Searched refs:def_sgl_count (Results 1 – 4 of 4) sorted by relevance
288 ocs_ddump_value(textbuf, "def_sgl_count", "%d", io->def_sgl_count); in ocs_ddump_hw_io()
603 uint32_t def_sgl_count; /**< count of SGEs in default SGL */ member
4420 io->sgl_count = io->def_sgl_count; in ocs_hw_io_restore_sgl()4466 io->sgl_count = io->def_sgl_count; in ocs_hw_io_init_sges()4682 io->def_sgl_count > 4 && in ocs_hw_io_overflow_sgl()4694 io->ovfl_sgl_count = io->ovfl_io->def_sgl_count; in ocs_hw_io_overflow_sgl()9585 io->def_sgl_count = hw->config.n_sgl; in ocs_hw_setup_io()9587 io->sgl_count = io->def_sgl_count; in ocs_hw_setup_io()
916 n_sge = (hio->sgl == &hio->def_sgl ? hio->n_sge : hio->def_sgl_count); in ocs_log_sgl()