Home
last modified time | relevance | path

Searched refs:ISER_DBG (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/iser/
H A Diser_verbs.c98 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 Dicl_iser.c135 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 Diser_initiator.c117 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 Dicl_iser.h66 #define ISER_DBG(X, ...) \ macro