Searched refs:isert_err (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/infiniband/ulp/isert/ |
D | ib_isert.c | 83 isert_err("conn %p event: %d\n", isert_conn, e->event); in isert_qp_event_callback() 103 isert_err("ib_query_device() failed: %d\n", ret); in isert_query_device() 176 isert_err("rdma_create_qp failed for cma_id %d\n", ret); in isert_create_qp() 252 isert_err("conn %p failed to allocate rx descriptors\n", isert_conn); in isert_alloc_rx_descriptors() 314 isert_err("Unable to allocate completion contexts\n"); in isert_alloc_comps() 331 isert_err("Unable to allocate cq\n"); in isert_alloc_comps() 378 isert_err("failed to allocate pd, device %p, ret=%d\n", in isert_create_device_ib_res() 386 isert_err("failed to create dma mr, device %p, ret=%d\n", in isert_create_device_ib_res() 512 isert_err("Failed to allocate pi context\n"); in isert_create_pi_ctx() 519 isert_err("Failed to allocate prot frpl err=%ld\n", in isert_create_pi_ctx() [all …]
|
D | ib_isert.h | 31 #define isert_err(fmt, arg...) \ macro
|