Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/elx/efct/
Defct_scsi.c620 struct efct_scsi_sgl *sgl, u32 sgl_count, u64 xwire_len, in efct_scsi_xfer_data() argument
633 xwire_len); in efct_scsi_xfer_data()
641 io->wire_len = (xwire_len < residual) ? xwire_len : residual; in efct_scsi_xfer_data()
642 residual = (xwire_len - io->wire_len); in efct_scsi_xfer_data()
702 xport->fcp_stats.input_bytes += xwire_len; in efct_scsi_xfer_data()
705 xport->fcp_stats.output_bytes += xwire_len; in efct_scsi_xfer_data()