Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/elx/efct/
Defct_scsi.c619 struct efct_scsi_sgl *sgl, u32 sgl_count, u64 xwire_len, in efct_scsi_xfer_data() argument
632 xwire_len); in efct_scsi_xfer_data()
640 io->wire_len = (xwire_len < residual) ? xwire_len : residual; in efct_scsi_xfer_data()
641 residual = (xwire_len - io->wire_len); in efct_scsi_xfer_data()
701 xport->fcp_stats.input_bytes += xwire_len; in efct_scsi_xfer_data()
704 xport->fcp_stats.output_bytes += xwire_len; in efct_scsi_xfer_data()