Searched refs:mlx5_core_dbg (Results 1 – 11 of 11) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | qp.c | 113 mlx5_core_dbg(dev, in mlx5_eq_pagefault() 128 mlx5_core_dbg(dev, in mlx5_eq_pagefault() 131 mlx5_core_dbg(dev, in mlx5_eq_pagefault() 134 mlx5_core_dbg(dev, in mlx5_eq_pagefault() 137 mlx5_core_dbg(dev, in mlx5_eq_pagefault() 148 mlx5_core_dbg(dev, in mlx5_eq_pagefault() 151 mlx5_core_dbg(dev, in mlx5_eq_pagefault() 214 mlx5_core_dbg(dev, "qpn = 0x%x\n", qp->qpn); in mlx5_core_create_qp() 227 mlx5_core_dbg(dev, "failed adding QP 0x%x to debug file system\n", in mlx5_core_create_qp()
|
D | mlx5_core.h | 46 #define mlx5_core_dbg(__dev, format, ...) \ macro 54 mlx5_core_dbg(__dev, format, ##__VA_ARGS__); \
|
D | mr.c | 77 mlx5_core_dbg(dev, "cmd exec failed %d\n", err); in mlx5_core_create_mkey() 82 mlx5_core_dbg(dev, "status %d\n", lout.hdr.status); in mlx5_core_create_mkey() 91 mlx5_core_dbg(dev, "out 0x%x, key 0x%x, mkey 0x%x\n", in mlx5_core_create_mkey()
|
D | eq.c | 213 mlx5_core_dbg(eq->dev, "eqn %d, eqe type %s\n", in mlx5_eq_int() 230 mlx5_core_dbg(dev, "event %s(%d) arrived on resource 0x%x\n", in mlx5_eq_int() 238 mlx5_core_dbg(dev, "SRQ event %s(%d): srqn 0x%x\n", in mlx5_eq_int() 278 mlx5_core_dbg(dev, "page request for func 0x%x, npages %d\n", in mlx5_eq_int()
|
D | cmd.c | 599 mlx5_core_dbg(dev, "dump command %s(0x%x) %s\n", in dump_command() 622 mlx5_core_dbg(dev, "command block:\n"); in dump_command() 724 mlx5_core_dbg(dev, "writing 0x%x to command doorbell\n", 1 << ent->idx); in cmd_work_handler() 798 mlx5_core_dbg(dev, "err %d, delivery status %s(%d)\n", in wait_func() 994 mlx5_core_dbg(dev, "failed allocation\n"); in alloc_cmd_box() 1346 mlx5_core_dbg(dev, "command completed. ret 0x%x, delivery status %s(0x%x)\n", in mlx5_cmd_comp_handler() 1478 mlx5_core_dbg(dev, "err %d, status %d\n", err, status); in cmd_exec() 1684 mlx5_core_dbg(dev, "descriptor at dma 0x%llx\n", (unsigned long long)(cmd->dma)); in mlx5_cmd_init()
|
D | pagealloc.c | 365 mlx5_core_dbg(dev, "err %d\n", err); in give_pages() 404 mlx5_core_dbg(dev, "npages %d, outlen %d\n", npages, outlen); in reclaim_pages() 477 mlx5_core_dbg(dev, "requested %d %s pages for func_id 0x%x\n", in mlx5_satisfy_startup_pages()
|
D | cq.c | 124 mlx5_core_dbg(dev, "failed adding CP 0x%x to debug file system\n", in mlx5_core_create_cq()
|
D | health.c | 87 mlx5_core_dbg(dev, "vector 0x%llx\n", vector); in trigger_cmd_completions()
|
D | uar.c | 172 mlx5_core_dbg(dev, "allocated uar index 0x%x, mmaped at %p\n", in mlx5_alloc_uuars()
|
D | vport.c | 104 mlx5_core_dbg(dev, "vf_num %d, index %d, gid_table_size %d\n", in mlx5_query_hca_vport_gid()
|
D | main.c | 429 mlx5_core_dbg(dev, "Current Pkey table size %d Setting new size %d\n", in handle_hca_cap() 638 mlx5_core_dbg(dev, "allocated completion EQN %d\n", eq->eqn); in alloc_comp_eqs()
|