Home
last modified time | relevance | path

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

/freebsd/sys/dev/iscsi/
H A Dicl_soft.c439 ICL_DEBUG("need %zd bytes of data, limiting to %zd", in icl_pdu_data_segment_receive_len()
458 ICL_DEBUG("need %zd bytes of data", len)); in icl_pdu_data_segment_receive_len()
497 ICL_DEBUG("limited from %zd to %zd", in icl_pdu_receive_data_segment()
521 ICL_DEBUG("len 0"); in icl_pdu_receive_data_segment()
577 ICL_DEBUG("failed to allocate PDU; " in icl_conn_receive_pdu()
627 ICL_DEBUG("header digest failed; " in icl_conn_receive_pdu()
641 ICL_DEBUG("failed to receive data segment;" in icl_conn_receive_pdu()
660 ICL_DEBUG("data digest failed; " in icl_conn_receive_pdu()
705 ICL_DEBUG("not enough data; have %zd, need %zd", in icl_conn_receive_pdus()
765 ICL_DEBUG("connection error %d; " in icl_receive_thread()
[all …]
H A Dicl_soft_proxy.c177 ICL_DEBUG("waiting for accept thread to terminate"); in icl_listen_free()
224 ICL_DEBUG("terminating"); in icl_accept_thread()
316 ICL_DEBUG("RDMA not supported"); in icl_listen_add()
H A Dicl.c257 ICL_DEBUG("offload \"%s\" registered", offload); in icl_register()
280 ICL_DEBUG("offload \"%s\" unregistered", offload); in icl_unregister()
H A Dicl.h48 #define ICL_DEBUG(X, ...) \ macro