Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_scsi.c238 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()
H A Defct_hw.c356 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()
H A Defct_hw.h248 struct efc_dma def_sgl; member