/drivers/net/ethernet/mellanox/mlx5/core/ |
D | pagealloc.c | 201 mlx5_core_warn(dev, "alloc 4k bug\n"); in alloc_4k() 223 mlx5_core_warn(dev, "page not found\n"); in free_4k() 251 mlx5_core_warn(dev, "failed to allocate page\n"); in alloc_system_page() 257 mlx5_core_warn(dev, "failed dma mapping page\n"); in alloc_system_page() 291 mlx5_core_warn(dev, "vzalloc failed %d\n", inlen); in give_pages() 316 mlx5_core_warn(dev, "func_id 0x%x, npages %d, err %d\n", in give_pages() 325 mlx5_core_warn(dev, "func_id 0x%x, npages %d, status %d\n", in give_pages() 339 mlx5_core_warn(dev, "allocation failed\n"); in give_pages() 346 mlx5_core_warn(dev, "page notify failed\n"); in give_pages() 421 mlx5_core_warn(dev, "%s fail %d\n", in pages_work_handler() [all …]
|
D | eq.c | 260 mlx5_core_warn(dev, "Port event with unrecognized subtype: port %d, sub_type %d\n", in mlx5_eq_int() 266 mlx5_core_warn(dev, "CQ error on CQN 0x%x, syndrom 0x%x\n", in mlx5_eq_int() 284 mlx5_core_warn(dev, "Unhandled event 0x%x on EQ 0x%x\n", in mlx5_eq_int() 420 mlx5_core_warn(dev, "failed to destroy a previously created eq: eqn %d\n", in mlx5_destroy_unmap_eq() 455 mlx5_core_warn(dev, "failed to create cmd EQ %d\n", err); in mlx5_start_eqs() 465 mlx5_core_warn(dev, "failed to create async EQ %d\n", err); in mlx5_start_eqs() 475 mlx5_core_warn(dev, "failed to create pages EQ %d\n", err); in mlx5_start_eqs()
|
D | debugfs.c | 217 mlx5_core_warn(dev, "failed adding command %d\n", in mlx5_cmdif_debugfs_init() 227 mlx5_core_warn(dev, "failed creating debugfs file\n"); in mlx5_cmdif_debugfs_init() 236 mlx5_core_warn(dev, "failed creating debugfs file\n"); in mlx5_cmdif_debugfs_init() 292 mlx5_core_warn(dev, "failed to query qp\n"); in qp_read_field() 374 mlx5_core_warn(dev, "failed to query eq\n"); in eq_read_field() 411 mlx5_core_warn(dev, "failed to query cq\n"); in cq_read_field() 461 mlx5_core_warn(d->dev, "invalid resource type %d\n", d->type); in dbg_read()
|
D | srq.c | 55 mlx5_core_warn(dev, "Async event for bogus SRQ 0x%08x\n", srqn); in mlx5_srq_event() 109 mlx5_core_warn(dev, "err %d, srqn 0x%x\n", err, srq->srqn); in mlx5_core_create_srq() 137 mlx5_core_warn(dev, "srq 0x%x not found in tree\n", srq->srqn); in mlx5_core_destroy_srq() 141 mlx5_core_warn(dev, "corruption on srqn 0x%x\n", srq->srqn); in mlx5_core_destroy_srq()
|
D | qp.c | 57 mlx5_core_warn(dev, "Async event for bogus resource 0x%x\n", in mlx5_get_rsc() 85 mlx5_core_warn(dev, "invalid resource type for 0x%x\n", rsn); in mlx5_rsc_event() 107 mlx5_core_warn(dev, "ret %d\n", err); in mlx5_core_create_qp() 112 mlx5_core_warn(dev, "current num of QPs 0x%x\n", in mlx5_core_create_qp() 125 mlx5_core_warn(dev, "err %d\n", err); in mlx5_core_create_qp()
|
D | cq.c | 54 mlx5_core_warn(dev, "Completion event for bogus CQ 0x%x\n", cqn); in mlx5_cq_completion() 80 mlx5_core_warn(dev, "Async event for bogus CQ 0x%x\n", cqn); in mlx5_cq_event() 150 mlx5_core_warn(dev, "cq 0x%x not found in tree\n", cq->cqn); in mlx5_core_destroy_cq() 154 mlx5_core_warn(dev, "corruption on srqn 0x%x\n", cq->cqn); in mlx5_core_destroy_cq()
|
D | mlx5_core.h | 58 #define mlx5_core_warn(dev, format, ...) \ macro
|
D | mr.c | 98 mlx5_core_warn(dev, "failed radix tree insert of mr 0x%x, %d\n", in mlx5_core_create_mkey() 123 mlx5_core_warn(dev, "failed radix tree delete of mr 0x%x\n", in mlx5_core_destroy_mkey()
|
D | health.c | 76 mlx5_core_warn(dev, "handling bad device here\n"); in health_care()
|
D | cmd.c | 583 mlx5_core_warn(dev, "%s(0x%x) timeout. Will cause a leak of a command resource\n", in wait_func() 624 mlx5_core_warn(dev, "failed to queue work\n"); in mlx5_cmd_invoke() 804 mlx5_core_warn(dev, "failed allocating block\n"); in mlx5_alloc_cmd_msg() 1218 mlx5_core_warn(dev, "err %d\n", err); in cmd_exec()
|
D | main.c | 380 mlx5_core_warn(dev, "query max hca cap failed, %d\n", err); in mlx5_core_get_caps()
|