Home
last modified time | relevance | path

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

/drivers/scsi/elx/efct/
A Defct_scsi.c202 struct efct_scsi_sgl *sgl, u32 sgl_count, in efct_scsi_build_sgls() argument
216 for (i = 0; i < sgl_count; i++) { in efct_scsi_build_sgls()
221 sgl_count, rc); in efct_scsi_build_sgls()
303 io->sgl, io->sgl_count, io->hio_type); in efct_scsi_io_dispatch_hw_io()
626 io->sgl_count = sgl_count; in efct_scsi_xfer_data()
672 struct efct_scsi_sgl *sgl_ptr = &io->sgl[sgl_count - 1]; in efct_scsi_xfer_data()
683 io->sgl_count--; in efct_scsi_xfer_data()
712 struct efct_scsi_sgl *sgl, u32 sgl_count, u64 len, in efct_scsi_send_rd_data() argument
715 return efct_scsi_xfer_data(io, flags, sgl, sgl_count, in efct_scsi_send_rd_data()
827 io->sgl_count = 1; in efct_scsi_send_resp()
[all …]
A Defct_scsi.h171 u32 sgl_count, u64 wire_len, efct_scsi_io_cb_t cb, void *arg);
174 u32 sgl_count, u64 wire_len, efct_scsi_io_cb_t cb, void *arg);
A Defct_io.c66 io->sgl_count = 0; in efct_io_pool_create()
132 io->sgl_count = 0; in efct_io_pool_io_alloc()
A Defct_io.h112 u32 sgl_count; member
A Defct_hw.h250 u32 sgl_count; member
624 u32 sgl_count);
A Defct_hw.c357 io->sgl_count = io->def_sgl_count; in efct_hw_io_restore_sgl()
575 io->sgl_count = io->def_sgl_count; in efct_hw_setup_io()
1704 io->sgl_count = io->def_sgl_count; in efct_hw_io_init_sges()
/drivers/vhost/
A Dscsi.c868 int sgl_count = 0; in vhost_scsi_calc_sgls() local
876 sgl_count = iov_iter_npages(iter, 0xffff); in vhost_scsi_calc_sgls()
877 if (sgl_count > max_sgls) { in vhost_scsi_calc_sgls()
882 return sgl_count; in vhost_scsi_calc_sgls()
969 int sgl_count, ret; in vhost_scsi_mapal() local
972 sgl_count = vhost_scsi_calc_sgls(prot_iter, prot_bytes, in vhost_scsi_mapal()
981 cmd->tvc_prot_sgl_count = sgl_count; in vhost_scsi_mapal()
995 sgl_count = vhost_scsi_calc_sgls(data_iter, data_bytes, in vhost_scsi_mapal()
997 if (sgl_count < 0) in vhost_scsi_mapal()
998 return sgl_count; in vhost_scsi_mapal()
[all …]
/drivers/target/
A Dtarget_core_transport.c1642 u32 sgl_count, struct scatterlist *sgl_bidi, u32 sgl_bidi_count) in transport_generic_map_mem_to_cmd() argument
1644 if (!sgl || !sgl_count) in transport_generic_map_mem_to_cmd()
1659 cmd->t_data_nents = sgl_count; in transport_generic_map_mem_to_cmd()
1746 struct scatterlist *sgl, u32 sgl_count, in target_submit_prep() argument
1783 if (sgl_count != 0) { in target_submit_prep()
1786 rc = transport_generic_map_mem_to_cmd(se_cmd, sgl, sgl_count, in target_submit_prep()

Completed in 31 milliseconds