Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/iscsi/
HDicl_soft.c440 ICL_DEBUG("need %zd bytes of data, limiting to %zd", in icl_pdu_data_segment_receive_len()
459 ICL_DEBUG("need %zd bytes of data", len)); in icl_pdu_data_segment_receive_len()
498 ICL_DEBUG("limited from %zd to %zd", in icl_pdu_receive_data_segment()
522 ICL_DEBUG("len 0"); in icl_pdu_receive_data_segment()
578 ICL_DEBUG("failed to allocate PDU; " in icl_conn_receive_pdu()
628 ICL_DEBUG("header digest failed; " in icl_conn_receive_pdu()
642 ICL_DEBUG("failed to receive data segment;" in icl_conn_receive_pdu()
661 ICL_DEBUG("data digest failed; " in icl_conn_receive_pdu()
706 ICL_DEBUG("not enough data; have %zd, need %zd", in icl_conn_receive_pdus()
766 ICL_DEBUG("connection error %d; " in icl_receive_thread()
[all …]
HDicl_soft_proxy.c180 ICL_DEBUG("waiting for accept thread to terminate"); in icl_listen_free()
227 ICL_DEBUG("terminating"); in icl_accept_thread()
321 ICL_DEBUG("RDMA not supported"); in icl_listen_add()
HDicl.c258 ICL_DEBUG("offload \"%s\" registered", offload); in icl_register()
281 ICL_DEBUG("offload \"%s\" unregistered", offload); in icl_unregister()
HDicl.h48 #define ICL_DEBUG(X, ...) \ macro