Searched refs:num_sgl (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_io.h187 extern ocs_io_pool_t *ocs_io_pool_create(ocs_t *ocs, uint32_t num_io, uint32_t num_sgl);
H A Docs_io.c96 * @param num_sgl Number of SGL entries to allocate for each IO.
103 ocs_io_pool_create(ocs_t *ocs, uint32_t num_io, uint32_t num_sgl) argument
150 io->sgl = ocs_malloc(ocs, sizeof(*io->sgl) * num_sgl, OCS_M_NOWAIT | OCS_M_ZERO);
156 io->sgl_allocated = num_sgl;
H A Docs_node.c242 uint32_t num_sgl; local
255 0 == ocs_hw_get(&ocs->hw, OCS_HW_N_SGL, &num_sgl)) {
256 max_xfer_size = max_sge * num_sgl;

Completed in 167 milliseconds