Searched refs:ISER_DBG (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/iser/ |
H A D | iser_verbs.c | 98 ISER_DBG("conn %p got send comp error", iser_conn); in iser_handle_comp_error() 100 ISER_DBG("conn %p got recv comp error", iser_conn); in iser_handle_comp_error() 142 ISER_DBG("flush error: conn %p wr id %llx", in iser_handle_wc() 149 ISER_DBG("conn %p got ISER_BEACON_WRID", iser_conn); in iser_handle_wc() 218 ISER_DBG("using %d CQs, device %s supports %d vectors max_cqe %d", in iser_create_device_ib_res() 399 ISER_DBG("freeing conn %p fr pool", ib_conn); in iser_free_fastreg_pool() 464 ISER_DBG("device %s supports max_send_wr %d", in iser_create_ib_conn_res() 472 ISER_DBG("setting conn %p cma_id %p qp %p", in iser_create_ib_conn_res() 654 ISER_DBG("before send cv_wait: %p", iser_conn); in iser_conn_terminate() 656 ISER_DBG("after send cv_wait: %p", iser_conn); in iser_conn_terminate() [all …]
|
H A D | icl_iser.c | 135 ISER_DBG("copy to login buff"); in iser_conn_pdu_append_data() 441 ISER_DBG("before cv_wait: %p", iser_conn); in iser_conn_connect() 443 ISER_DBG("after cv_wait: %p", iser_conn); in iser_conn_connect() 529 ISER_DBG("Starting iSER datamover..."); in icl_iser_load() 556 ISER_DBG("Removing iSER datamover..."); in icl_iser_unload()
|
H A D | iser_initiator.c | 117 ISER_DBG("sdesc %p lkey mismatch, fixing", tx_desc); in iser_create_send_desc() 194 ISER_DBG("unable to alloc or map login buf"); in iser_alloc_login_buf()
|
H A D | icl_iser.h | 66 #define ISER_DBG(X, ...) \ macro
|