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.c497 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()
660 ICL_DEBUG("data digest failed; " in icl_conn_receive_pdu()
765 ICL_DEBUG("connection error %d; " in icl_receive_thread()
778 ICL_DEBUG("soreceive error %d", error); in icl_receive_thread()
783 ICL_DEBUG("short read"); in icl_receive_thread()
923 ICL_DEBUG("no space to send; " in icl_conn_send_pdus()
937 ICL_DEBUG("failed to finalize PDU; " in icl_conn_send_pdus()
[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