Searched refs:isert_err (Results 1 – 2 of 2) sorted by relevance
/drivers/infiniband/ulp/isert/ |
D | ib_isert.c | 86 isert_err("%s (%d): conn %p\n", in isert_qp_event_callback() 113 isert_err("Unable to allocate cq\n"); in isert_create_qp() 138 isert_err("rdma_create_qp failed for cma_id %d\n", ret); in isert_create_qp() 190 isert_err("conn %p failed to allocate rx descriptors\n", isert_conn); in isert_alloc_rx_descriptors() 227 isert_err("failed to allocate pd, device %p, ret=%d\n", in isert_create_device_ib_res() 348 isert_err("login_desc dma mapping error: %d\n", ret); in isert_alloc_login_buf() 364 isert_err("login_rsp_dma mapping error: %d\n", ret); in isert_alloc_login_buf() 614 isert_err("isert np %p setup id failed: %ld\n", in isert_np_cma_handler() 620 isert_err("isert np %p Unexpected event %d\n", in isert_np_cma_handler() 690 isert_err("failed handle connect request %d\n", ret); in isert_cma_handler() [all …]
|
D | ib_isert.h | 35 #define isert_err(fmt, arg...) \ macro
|