Home
last modified time | relevance | path

Searched refs:cp_srq_max_sgl (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cfg.h83 uint32_t cp_srq_max_sgl; member
/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cfg.h97 uint32_t cp_srq_max_sgl; member
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cfg.c460 cp->cp_srq_max_sgl = hermon_srq_max_sgl; in hermon_cfg_wqe_sizes()
H A Dhermon_srq.c996 *max_sgl = min(state->hs_cfg_profile->cp_srq_max_sgl, actual_sgl); in hermon_srq_sgl_to_logwqesz()
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_srq.c196 max_sgl = state->ts_cfg_profile->cp_srq_max_sgl; in tavor_srq_alloc()
1123 *max_sgl = min(state->ts_cfg_profile->cp_srq_max_sgl, actual_sgl); in tavor_srq_sgl_to_logwqesz()
H A Dtavor_cfg.c683 cp->cp_srq_max_sgl = tavor_srq_max_sgl; in tavor_cfg_wqe_sizes()
H A Dtavor.c1959 val = state->ts_cfg_profile->cp_srq_max_sgl; in tavor_soft_state_init()