Home
last modified time | relevance | path

Searched refs:FC_FCP_DBG (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/scsi/libfc/
Dfc_fcp.c497 FC_FCP_DBG(fsp, "DDP I/O in fc_fcp_recv_data set ERROR\n"); in fc_fcp_recv_data()
506 FC_FCP_DBG(fsp, "data received past end. len %zx offset %zx " in fc_fcp_recv_data()
563 FC_FCP_DBG( fsp, "complete out-of-order sequence\n" ); in fc_fcp_recv_data()
608 FC_FCP_DBG(fsp, "xfer-ready past end. seq_blen %zx " in fc_fcp_send_data()
614 FC_FCP_DBG(fsp, "xfer-ready non-contiguous. " in fc_fcp_send_data()
626 FC_FCP_DBG(fsp, "fsp=%p:lso:blen=%zx lso_max=0x%x t_blen=%zx\n", in fc_fcp_send_data()
786 FC_FCP_DBG(fsp, "lport state %d, ignoring r_ctl %x\n", in fc_fcp_recv()
799 FC_FCP_DBG(fsp, "command aborted, ignoring r_ctl %x\n", r_ctl); in fc_fcp_recv()
830 FC_FCP_DBG(fsp, "unexpected frame. r_ctl %x\n", r_ctl); in fc_fcp_recv()
937 FC_FCP_DBG(fsp, "tgt %6.6x queue busy retry\n", in fc_fcp_resp()
[all …]
Dfc_libfc.h55 #define FC_FCP_DBG(pkt, fmt, args...) \ macro