| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| D | gid.c | 70 mlx5_core_dbg(dev, "Reserved %u GIDs starting at %u\n", in mlx5_core_reserve_gids() 83 mlx5_core_dbg(dev, "%u GIDs starting at %u left reserved\n", in mlx5_core_unreserve_gids() 100 mlx5_core_dbg(dev, "Allocating reserved GID %u\n", index); in mlx5_core_reserved_gid_alloc() 107 mlx5_core_dbg(dev, "Freeing reserved GID %u\n", gid_index); in mlx5_core_reserved_gid_free()
|
| D | mpfs.c | 168 mlx5_core_dbg(dev, "MPFS mac added %pM, index (%d)\n", mac, index); in mlx5_mpfs_add_mac() 206 mlx5_core_dbg(dev, "MPFS mac deleted %pM, index (%d)\n", mac, index); in mlx5_mpfs_del_mac()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| D | fw_tracer.c | 56 mlx5_core_dbg(dev, "FWTracer: Device does not support logging traces to memory\n"); in mlx5_query_mtrc_caps() 297 mlx5_core_dbg(dev, "FWTracer: Failed to read strings DB %d\n", in mlx5_tracer_read_strings_db() 318 mlx5_core_dbg(dev, "FWTracer: Failed to read strings DB %d\n", in mlx5_tracer_read_strings_db() 674 mlx5_core_dbg(dev, "FWTracer: Handle Trace event, owner=(%d)\n", tracer->owner); in mlx5_fw_tracer_handle_traces() 785 mlx5_core_dbg(dev, "FWTracer: Ownership was not granted %d\n", err); in mlx5_fw_tracer_start() 803 mlx5_core_dbg(dev, "FWTracer: Ownership granted and active\n"); in mlx5_fw_tracer_start() 816 mlx5_core_dbg(tracer->dev, "FWTracer: ownership changed, current=(%d)\n", tracer->owner); in mlx5_fw_tracer_ownership_change() 936 mlx5_core_dbg(dev, "FWTracer: Tracer capability not present\n"); in mlx5_fw_tracer_create() 960 mlx5_core_dbg(dev, "FWTracer: Failed to query capabilities %d\n", err); in mlx5_fw_tracer_create() 977 mlx5_core_dbg(dev, "FWTracer: Tracer created\n"); in mlx5_fw_tracer_create() [all …]
|
| D | rsc_dump.c | 236 mlx5_core_dbg(dev, "Resource dump: capability not present\n"); in mlx5_rsc_dump_create()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | pagealloc.c | 385 mlx5_core_dbg(dev, "npages %d, ec_function %d, func_id 0x%x, err %d\n", in give_pages() 428 mlx5_core_dbg(dev, "npages %d, ec_function %d, func_id 0x%x\n", in release_all_pages() 510 mlx5_core_dbg(dev, "func 0x%x, npages %d, outlen %d\n", in reclaim_pages() 590 mlx5_core_dbg(dev, "page request for func 0x%x, npages %d, release_all %d\n", in req_pages_handler() 618 mlx5_core_dbg(dev, "requested %d %s pages for func_id 0x%x\n", in mlx5_satisfy_startup_pages() 739 mlx5_core_dbg(dev, "Waiting for %d pages\n", prev_pages); in mlx5_wait_for_pages() 752 mlx5_core_dbg(dev, "All pages received\n"); in mlx5_wait_for_pages()
|
| D | sriov.c | 114 mlx5_core_dbg(dev, "successfully enabled VF* %d\n", vf); in mlx5_device_enable_sriov() 179 mlx5_core_dbg(dev, "requested num_vfs %d\n", num_vfs); in mlx5_core_sriov_configure()
|
| D | pci_irq.c | 364 mlx5_core_dbg(pool->dev, "IRQ %u overloaded, pool_name: %s, %u EQs on this irq\n", in irq_pool_request_affinity() 447 mlx5_core_dbg(dev, "irq %u mapped to cpu %*pbl, %u EQs on this irq\n", in mlx5_irq_request() 471 mlx5_core_dbg(dev, "pool->name = %s, pool->size = %d, pool->start = %d", in irq_pool_alloc() 509 mlx5_core_dbg(dev, "Not enught IRQs for SFs. SF may run at lower performance\n"); in irq_pools_init()
|
| D | cmd.c | 782 mlx5_core_dbg(dev, in mlx5_cmd_check() 805 mlx5_core_dbg(dev, "cmd[%d]: start dump\n", ent->idx); in dump_command() 814 mlx5_core_dbg(dev, "cmd[%d]: dump command %s(0x%x) %s\n", in dump_command() 837 mlx5_core_dbg(dev, "cmd[%d]: command block:\n", ent->idx); in dump_command() 848 mlx5_core_dbg(dev, "cmd[%d]: end dump\n", ent->idx); in dump_command() 1003 mlx5_core_dbg(dev, "writing 0x%x to command doorbell\n", 1 << ent->idx); in cmd_work_handler() 1102 mlx5_core_dbg(dev, "err %d, delivery status %s(%d)\n", in wait_func() 1294 mlx5_core_dbg(dev, "failed allocation\n"); in alloc_cmd_box() 1638 mlx5_core_dbg(dev, "command completed. ret 0x%x, delivery status %s(0x%x)\n", in mlx5_cmd_comp_handler() 1708 mlx5_core_dbg(dev, "vector 0x%llx\n", vector); in mlx5_cmd_trigger_completions() [all …]
|
| D | mlx5_core.h | 47 #define mlx5_core_dbg(__dev, format, ...) \ macro 61 mlx5_core_dbg(__dev, format, ##__VA_ARGS__); \
|
| D | events.c | 148 mlx5_core_dbg(events->dev, "Async eqe type %s, subtype (%d)\n", in any_notifier() 336 mlx5_core_dbg(events->dev, "Async eqe type %s, subtype (%d) forward to interfaces\n", in forward_event()
|
| D | mr.c | 61 mlx5_core_dbg(dev, "out 0x%x, mkey 0x%x\n", mkey_index, mkey->key); in mlx5_core_create_mkey()
|
| D | main.c | 508 mlx5_core_dbg(dev, "Current Pkey table size %d Setting new size %d\n", in handle_hca_cap() 769 mlx5_core_dbg(dev, "Enabling pci atomics failed\n"); in mlx5_pci_init() 1672 mlx5_core_dbg(dev, "force teardown firmware support=%d\n", force_teardown); in mlx5_try_fast_unload() 1673 mlx5_core_dbg(dev, "fast teardown firmware support=%d\n", fast_teardown); in mlx5_try_fast_unload() 1679 mlx5_core_dbg(dev, "Device in internal error state, giving up\n"); in mlx5_try_fast_unload() 1697 mlx5_core_dbg(dev, "Firmware couldn't do fast unload error: %d\n", ret); in mlx5_try_fast_unload()
|
| D | eq.c | 431 mlx5_core_dbg(eq->dev, "cq 0x%x not found in eq 0x%x tree\n", in mlx5_eq_del_cq() 437 mlx5_core_dbg(eq->dev, "corruption on cqn 0x%x in eq 0x%x\n", in mlx5_eq_del_cq() 555 mlx5_core_dbg(dev, "port_module_event is not set\n"); in gather_async_events_mask() 845 mlx5_core_dbg(dev, "allocated completion EQN %d\n", eq->core.eqn); in create_comp_eqs()
|
| D | cq.c | 134 mlx5_core_dbg(dev, "failed adding CP 0x%x to debug file system\n", in mlx5_core_create_cq()
|
| D | fw.c | 300 mlx5_core_dbg(dev, "force teardown is not supported in the firmware\n"); in mlx5_cmd_force_teardown_hca() 330 mlx5_core_dbg(dev, "fast teardown is not supported in the firmware\n"); in mlx5_cmd_fast_teardown_hca()
|
| D | vport.c | 530 mlx5_core_dbg(dev, "vf_num %d, index %d, gid_table_size %d\n", in mlx5_query_hca_vport_gid() 860 mlx5_core_dbg(mdev, "%s local_lb\n", in mlx5_nic_vport_update_local_lb() 1032 mlx5_core_dbg(dev, "vf %d\n", vf); in mlx5_core_modify_hca_vport_context()
|
| D | uar.c | 150 mlx5_core_dbg(mdev, "allocated UAR page: index %d, total bfregs %d\n", in alloc_uars_page()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| D | ipsec.c | 537 mlx5_core_dbg(mdev, "mlx5e: ESP and SWP offload not supported\n"); in mlx5e_ipsec_build_netdev() 547 mlx5_core_dbg(mdev, "mlx5e: SWP checksum not supported\n"); in mlx5e_ipsec_build_netdev() 556 mlx5_core_dbg(mdev, "mlx5e: ESP LSO not supported\n"); in mlx5e_ipsec_build_netdev() 563 mlx5_core_dbg(mdev, "mlx5e: ESP GSO capability turned on\n"); in mlx5e_ipsec_build_netdev()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
| D | core.h | 66 mlx5_core_dbg((__adev)->mdev, "FPGA: %s:%d:(pid %d): " format, \
|
| D | core.c | 259 mlx5_core_dbg(mdev, "FPGA capability not present\n"); in mlx5_fpga_init() 263 mlx5_core_dbg(mdev, "Initializing FPGA\n"); in mlx5_fpga_init()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
| D | ipoib.c | 591 mlx5_core_dbg(mdev, "attaching QPN 0x%x, MGID %pI6\n", ipriv->qpn, in mlx5i_attach_mcast() 599 mlx5_core_dbg(mdev, "%s setting qkey 0x%x\n", in mlx5i_attach_mcast() 615 mlx5_core_dbg(mdev, "detaching QPN 0x%x, MGID %pI6\n", ipriv->qpn, in mlx5i_detach_mcast() 620 mlx5_core_dbg(mdev, "failed detaching QPN 0x%x, MGID %pI6\n", in mlx5i_detach_mcast()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/accel/ |
| D | ipsec_offload.c | 235 mlx5_core_dbg(mdev, "Failed to create encryption key (err = %d)\n", err); in mlx5_ipsec_offload_create_sa_ctx() 246 mlx5_core_dbg(mdev, "Failed to create IPsec object (err = %d)\n", err); in mlx5_ipsec_offload_create_sa_ctx()
|
| D | ipsec.c | 51 mlx5_core_dbg(mdev, "IPsec ops is not supported\n"); in mlx5_accel_ipsec_init()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/ |
| D | dev.c | 243 mlx5_core_dbg(dev, "SF DEV: max sf devices=%d\n", max_sfs); in mlx5_sf_dev_table_create()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/sf/ |
| D | hw_table.c | 282 mlx5_core_dbg(dev, "SF HW table: max sfs = %d, ext sfs = %d\n", max_fn, max_ext_fn); in mlx5_sf_hw_table_init()
|