Searched refs:sgl_count (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/scsi/elx/efct/ |
| H A D | efct_scsi.c | 202 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() 619 struct efct_scsi_sgl *sgl, u32 sgl_count, u64 xwire_len, in efct_scsi_xfer_data() argument 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() [all …]
|
| H A D | efct_scsi.h | 171 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);
|
| H A D | efct_io.c | 66 io->sgl_count = 0; in efct_io_pool_create() 132 io->sgl_count = 0; in efct_io_pool_io_alloc()
|
| H A D | efct_io.h | 112 u32 sgl_count; member
|
| H A D | efct_hw.h | 250 u32 sgl_count; member 624 u32 sgl_count);
|
| H A D | efct_hw.c | 357 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() 1703 io->sgl_count = io->def_sgl_count; in efct_hw_io_init_sges()
|
| /linux/crypto/ |
| H A D | af_alg.c | 650 unsigned int sgl_count = 0; in af_alg_count_tsgl() local 659 sgl_count++; in af_alg_count_tsgl() 661 return sgl_count; in af_alg_count_tsgl() 667 return sgl_count; in af_alg_count_tsgl()
|