Home
last modified time | relevance | path

Searched refs:mlx5_core_dbg (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_lib/
H A Dmlx5_gid.c73 mlx5_core_dbg(dev, "Reserved %u GIDs starting at %u\n", in mlx5_core_reserve_gids()
87 mlx5_core_dbg(dev, "%u GIDs starting at %u left reserved\n", in mlx5_core_unreserve_gids()
104 mlx5_core_dbg(dev, "Allocating reserved GID %u\n", index); in mlx5_core_reserved_gid_alloc()
111 mlx5_core_dbg(dev, "Freeing reserved GID %u\n", gid_index); in mlx5_core_reserved_gid_free()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_diag_cnt.c447 mlx5_core_dbg(dev, "single=%x\n", in mlx5_diag_query_params()
449 mlx5_core_dbg(dev, "repetitive=%x\n", in mlx5_diag_query_params()
451 mlx5_core_dbg(dev, "sync=%x\n", in mlx5_diag_query_params()
453 mlx5_core_dbg(dev, "clear=%x\n", in mlx5_diag_query_params()
455 mlx5_core_dbg(dev, "on_demand=%x\n", in mlx5_diag_query_params()
457 mlx5_core_dbg(dev, "enable=%x\n", in mlx5_diag_query_params()
459 mlx5_core_dbg(dev, "log_sample_period=%x\n", in mlx5_diag_query_params()
466 mlx5_core_dbg(dev, "counter_id[%d]=%x\n", i, in mlx5_diag_query_params()
H A Dmlx5_core.h43 #define mlx5_core_dbg(dev, format, ...) \ macro
51 mlx5_core_dbg(dev, format, ##__VA_ARGS__); \
H A Dmlx5_eq.c244 mlx5_core_dbg(eq->dev, "eqn %d, eqe type %s\n", in mlx5_eq_int()
264 mlx5_core_dbg(dev, "event %s(%d) arrived on resource 0x%x\n", in mlx5_eq_int()
272 mlx5_core_dbg(dev, "SRQ event %s(%d): srqn 0x%x\n", in mlx5_eq_int()
339 mlx5_core_dbg(dev, "page request for func 0x%x, npages %d\n", in mlx5_eq_int()
H A Dmlx5_mr.c87 mlx5_core_dbg(dev, "cmd exec failed %d\n", err); in mlx5_core_create_mkey_cb()
97 mlx5_core_dbg(dev, "out 0x%x, key 0x%x, mkey 0x%x\n", in mlx5_core_create_mkey_cb()
H A Dmlx5_main.c489 mlx5_core_dbg(dev, "Current Pkey table size %d Setting new size %d\n", in handle_hca_cap()
639 mlx5_core_dbg(dev, "Only ISSI 0 is supported\n"); in mlx5_core_set_issi()
733 mlx5_core_dbg(dev, "allocated completion EQN %d\n", eq->eqn); in alloc_comp_eqs()
776 mlx5_core_dbg(dev, "Full initializing bit dword = 0x%x\n", in wait_fw_init()
1078 mlx5_core_dbg(dev, "firmware version: %d.%d.%d\n", in mlx5_load_one()
1997 mlx5_core_dbg(dev, "fast unload is disabled by user\n"); in mlx5_try_fast_unload()
2004 mlx5_core_dbg(dev, "force teardown firmware support=%d\n", force_teardown); in mlx5_try_fast_unload()
2005 mlx5_core_dbg(dev, "fast teardown firmware support=%d\n", fast_teardown); in mlx5_try_fast_unload()
2011 mlx5_core_dbg(dev, "Device in internal error state, giving up\n"); in mlx5_try_fast_unload()
2029 mlx5_core_dbg(dev, "Firmware couldn't do fast unload error: %d\n", err); in mlx5_try_fast_unload()
H A Dmlx5_health.c82 mlx5_core_dbg(dev, in lock_sem_sw_reset()
137 mlx5_core_dbg(dev, "FW requests reset, synd: %d\n", synd); in sensor_fw_synd_rfr()
158 mlx5_core_dbg(dev, "vector 0x%jx\n", (uintmax_t)vector); in mlx5_trigger_cmd_completions()
H A Dmlx5_pagealloc.c358 mlx5_core_dbg(dev, "err %d\n", err); in give_pages()
439 mlx5_core_dbg(dev, "npages %d, outlen %d\n", npages, outlen); in reclaim_pages()
507 mlx5_core_dbg(dev, "requested %d %s pages for func_id 0x%x\n", in mlx5_satisfy_startup_pages()
H A Dmlx5_cmd.c734 mlx5_core_dbg(dev, "dump command %s(0x%x) %s\n", in dump_command()
765 mlx5_core_dbg(dev, "command block:\n"); in dump_command()
904 mlx5_core_dbg(dev, "writing 0x%x to command doorbell\n", 1 << ent->idx); in cmd_work_handler()
967 mlx5_core_dbg(dev, "err %d, delivery status %s(%d)\n", in wait_func()
1231 mlx5_core_dbg(dev, in mlx5_cmd_comp_handler()
1331 mlx5_core_dbg(dev, "err %d, status %d\n", err, status); in cmd_exec_helper()
1614 mlx5_core_dbg(dev, "descriptor at dma 0x%llx\n", (unsigned long long)(cmd->dma)); in mlx5_cmd_init()
H A Dmlx5_fw.c280 mlx5_core_dbg(dev, "force teardown is not supported in the firmware\n"); in mlx5_cmd_force_teardown_hca()
310 mlx5_core_dbg(dev, "fast teardown is not supported in the firmware\n"); in mlx5_cmd_fast_teardown_hca()
H A Dmlx5_uar.c147 mlx5_core_dbg(mdev, "allocated UAR page: index %d, total bfregs %d\n", in alloc_uars_page()
H A Dmlx5_qp.c136 mlx5_core_dbg(dev, "qpn = 0x%x\n", qp->qpn); in mlx5_core_create_qp()
H A Dmlx5_port.c1459 mlx5_core_dbg(mdev, "prio %d, buffer %d\n", prio, buffer[prio]); in mlx5e_port_query_priority2buffer()
H A Dmlx5_vport.c1541 mlx5_core_dbg(mdev, "%s local_lb\n", in mlx5_nic_vport_update_local_lb()
/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_core.c336 mlx5_core_dbg(mdev, "FPGA capability not present\n"); in mlx5_fpga_init()
340 mlx5_core_dbg(mdev, "Initializing FPGA\n"); in mlx5_fpga_init()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Den.h1265 #define mlx5e_dbg(_IGN, _priv, ...) mlx5_core_dbg((_priv)->mdev, __VA_ARGS__)
H A Dmlx5_en_main.c4478 mlx5_core_dbg(mdev, "mlx5e_check_required_hca_cap() failed\n"); in mlx5e_create_ifp()