Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.h245 u32 def_sgl_count; member
H A 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()
1703 io->sgl_count = io->def_sgl_count; in efct_hw_io_init_sges()
H A Defct_scsi.c240 n_sge = (hio->sgl == &hio->def_sgl) ? hio->n_sge : hio->def_sgl_count; in efc_log_sgl()