Searched refs:mlx5_core_dbg (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/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() 207 mlx5_core_dbg(dev, "qpn = 0x%x\n", qp->qpn); in mlx5_core_create_qp() 220 mlx5_core_dbg(dev, "failed adding QP 0x%x to debug file system\n", in mlx5_core_create_qp()
|
D | mlx5_core.h | 42 #define mlx5_core_dbg(dev, format, ...) \ macro 50 mlx5_core_dbg(dev, format, ##__VA_ARGS__); \
|
D | mr.c | 76 mlx5_core_dbg(dev, "cmd exec failed %d\n", err); in mlx5_core_create_mkey() 81 mlx5_core_dbg(dev, "status %d\n", lout.hdr.status); in mlx5_core_create_mkey() 90 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 | 445 mlx5_core_dbg(dev, "dump command %s(0x%x) %s\n", in dump_command() 468 mlx5_core_dbg(dev, "command block:\n"); in dump_command() 521 mlx5_core_dbg(dev, "writing 0x%x to command doorbell\n", 1 << ent->idx); in cmd_work_handler() 591 mlx5_core_dbg(dev, "err %d, delivery status %s(%d)\n", in wait_func() 770 mlx5_core_dbg(dev, "failed allocation\n"); in alloc_cmd_box() 1124 mlx5_core_dbg(dev, "command completed. ret 0x%x, delivery status %s(0x%x)\n", in mlx5_cmd_comp_handler() 1237 mlx5_core_dbg(dev, "err %d, status %d\n", err, status); in cmd_exec() 1442 mlx5_core_dbg(dev, "descriptor at dma 0x%llx\n", (unsigned long long)(cmd->dma)); in mlx5_cmd_init()
|
D | pagealloc.c | 332 mlx5_core_dbg(dev, "err %d\n", err); in give_pages() 383 mlx5_core_dbg(dev, "npages %d, outlen %d\n", npages, outlen); in reclaim_pages() 456 mlx5_core_dbg(dev, "requested %d %s pages for func_id 0x%x\n", in mlx5_satisfy_startup_pages()
|
D | fw.c | 101 mlx5_core_dbg(dev, "on-demand paging capabilities:\nrc: %08x\nuc: %08x\nud: %08x\n", in mlx5_query_odp_caps()
|
D | uar.c | 171 mlx5_core_dbg(dev, "allocated uar index 0x%x, mmaped at %p\n", in mlx5_alloc_uuars()
|
D | cq.c | 124 mlx5_core_dbg(dev, "failed adding CP 0x%x to debug file system\n", in mlx5_core_create_cq()
|
D | main.c | 383 mlx5_core_dbg(dev, "%s\n", caps_opmod_str(opmod)); in mlx5_core_get_caps() 577 mlx5_core_dbg(dev, "allocated completion EQN %d\n", eq->eqn); in alloc_comp_eqs()
|