Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/libfc/
Dfc_fcp.c464 FC_FCP_DBG(fsp, "DDP I/O in fc_fcp_recv_data set ERROR\n"); in fc_fcp_recv_data()
473 FC_FCP_DBG(fsp, "data received past end. len %zx offset %zx " in fc_fcp_recv_data()
575 FC_FCP_DBG(fsp, "xfer-ready past end. seq_blen %zx " in fc_fcp_send_data()
581 FC_FCP_DBG(fsp, "xfer-ready non-contiguous. " in fc_fcp_send_data()
593 FC_FCP_DBG(fsp, "fsp=%p:lso:blen=%zx lso_max=0x%x t_blen=%zx\n", in fc_fcp_send_data()
799 FC_FCP_DBG(fsp, "unexpected frame. r_ctl %x\n", r_ctl); in fc_fcp_recv()
907 FC_FCP_DBG(fsp, "tgt %6.6x xfer len %zx greater than expected, " in fc_fcp_resp()
916 FC_FCP_DBG(fsp, "short FCP response. flags 0x%x len %u respl %u " in fc_fcp_resp()
1214 FC_FCP_DBG(fsp, "target abort cmd failed\n"); in fc_fcp_pkt_abort()
1216 FC_FCP_DBG(fsp, "target abort cmd passed\n"); in fc_fcp_pkt_abort()
[all …]
Dfc_libfc.h67 #define FC_FCP_DBG(pkt, fmt, args...) \ macro