Home
last modified time | relevance | path

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

/drivers/scsi/elx/efct/
Defct_hw.h245 u32 def_sgl_count; member
Defct_hw.c357 io->sgl_count = io->def_sgl_count; in efct_hw_io_restore_sgl()
573 io->def_sgl_count = hw->config.n_sgl; in efct_hw_setup_io()
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()
Defct_scsi.c241 n_sge = (hio->sgl == &hio->def_sgl) ? hio->n_sge : hio->def_sgl_count; in efc_log_sgl()