Searched refs:def_sgl (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/scsi/elx/efct/ |
D | efct_scsi.c | 238 upper_32_bits(hio->def_sgl.phys), in efc_log_sgl() 239 lower_32_bits(hio->def_sgl.phys)); in efc_log_sgl() 240 n_sge = (hio->sgl == &hio->def_sgl) ? hio->n_sge : hio->def_sgl_count; in efc_log_sgl() 241 for (i = 0, data = hio->def_sgl.virt; i < n_sge; i++, data++) { in efc_log_sgl()
|
D | efct_hw.c | 356 io->sgl = &io->def_sgl; in efct_hw_io_restore_sgl() 560 dma = &io->def_sgl; in efct_hw_setup_io() 568 memset(&io->def_sgl, 0, in efct_hw_setup_io() 574 io->sgl = &io->def_sgl; in efct_hw_setup_io() 1702 io->sgl = &io->def_sgl; in efct_hw_io_init_sges() 2891 &io->def_sgl, io->first_data_sge, in efct_hw_io_send() 2911 &io->def_sgl, io->first_data_sge, in efct_hw_io_send() 2931 &io->def_sgl, SLI4_CQ_DEFAULT, in efct_hw_io_send()
|
D | efct_hw.h | 248 struct efc_dma def_sgl; member
|