Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cfg.c423 uint_t max_sgl, real_max_sgl; in hermon_cfg_wqe_sizes() local
453 real_max_sgl = (max_size - HERMON_QP_WQE_MLX_QP1_HDRS) >> 4; in hermon_cfg_wqe_sizes()
457 cp->cp_wqe_real_max_sgl = real_max_sgl; in hermon_cfg_wqe_sizes()
H A Dhermon_qp.c53 uint_t real_max_sgl, hermon_qp_wq_type_t wq_type,
2818 uint_t real_max_sgl, hermon_qp_wq_type_t wq_type, in hermon_qp_sgl_to_logwqesz() argument
2929 *max_sgl = min(real_max_sgl, actual_sgl); in hermon_qp_sgl_to_logwqesz()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cfg.c627 uint_t max_sgl, real_max_sgl; in tavor_cfg_wqe_sizes() local
660 real_max_sgl = (max_size - TAVOR_QP_WQE_MLX_QP1_HDRS) >> 4; in tavor_cfg_wqe_sizes()
664 cp->cp_wqe_real_max_sgl = real_max_sgl; in tavor_cfg_wqe_sizes()