Lines Matching refs:sgl_count
203 struct efct_scsi_sgl *sgl, u32 sgl_count, in efct_scsi_build_sgls() argument
217 for (i = 0; i < sgl_count; i++) { in efct_scsi_build_sgls()
222 sgl_count, rc); in efct_scsi_build_sgls()
304 io->sgl, io->sgl_count, io->hio_type); in efct_scsi_io_dispatch_hw_io()
620 struct efct_scsi_sgl *sgl, u32 sgl_count, u64 xwire_len, in efct_scsi_xfer_data() argument
627 io->sgl_count = sgl_count; in efct_scsi_xfer_data()
673 struct efct_scsi_sgl *sgl_ptr = &io->sgl[sgl_count - 1]; in efct_scsi_xfer_data()
684 io->sgl_count--; in efct_scsi_xfer_data()
713 struct efct_scsi_sgl *sgl, u32 sgl_count, u64 len, in efct_scsi_send_rd_data() argument
716 return efct_scsi_xfer_data(io, flags, sgl, sgl_count, in efct_scsi_send_rd_data()
723 struct efct_scsi_sgl *sgl, u32 sgl_count, u64 len, in efct_scsi_recv_wr_data() argument
726 return efct_scsi_xfer_data(io, flags, sgl, sgl_count, len, in efct_scsi_recv_wr_data()
828 io->sgl_count = 1; in efct_scsi_send_resp()
1025 io->sgl_count = 1; in efct_scsi_send_tmf_resp()