Home
last modified time | relevance | path

Searched refs:cp_log_max_qp_sz (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cfg.c421 cp->cp_log_max_qp_sz = tavor_log_max_qp_sz; in tavor_cfg_profile_init_phase2()
459 cp->cp_log_max_qp_sz = TAVOR_QP_SZ_SHIFT; in tavor_cfg_profile_init_phase2()
497 cp->cp_log_max_qp_sz = TAVOR_QP_SZ_SHIFT; in tavor_cfg_profile_init_phase2()
536 cp->cp_log_max_qp_sz = TAVOR_QP_SZ_SHIFT_MIN; in tavor_cfg_profile_init_phase2()
H A Dtavor_qp.c301 if ((log_qp_sq_size > state->ts_cfg_profile->cp_log_max_qp_sz) || in tavor_qp_alloc()
303 state->ts_cfg_profile->cp_log_max_qp_sz))) { in tavor_qp_alloc()
756 if ((log_qp_sq_size > state->ts_cfg_profile->cp_log_max_qp_sz) || in tavor_special_qp_alloc()
757 (log_qp_rq_size > state->ts_cfg_profile->cp_log_max_qp_sz)) { in tavor_special_qp_alloc()
H A Dtavor.c1646 val = ((uint64_t)1 << state->ts_cfg_profile->cp_log_max_qp_sz); in tavor_soft_state_init()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cfg.h70 uint32_t cp_log_max_qp_sz; member
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cfg.h80 uint32_t cp_log_max_qp_sz; member
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c427 (1 << state->hs_cfg_profile->cp_log_max_qp_sz)) || in hermon_qp_alloc()
428 (log_qp_sq_size > state->hs_cfg_profile->cp_log_max_qp_sz) || in hermon_qp_alloc()
430 state->hs_cfg_profile->cp_log_max_qp_sz))) { in hermon_qp_alloc()
936 if ((log_qp_sq_size > state->hs_cfg_profile->cp_log_max_qp_sz) || in hermon_special_qp_alloc()
937 (log_qp_rq_size > state->hs_cfg_profile->cp_log_max_qp_sz)) { in hermon_special_qp_alloc()
1543 (1 << state->hs_cfg_profile->cp_log_max_qp_sz)) || in hermon_qp_alloc_range()
1544 (log_qp_sq_size > state->hs_cfg_profile->cp_log_max_qp_sz) || in hermon_qp_alloc_range()
1546 state->hs_cfg_profile->cp_log_max_qp_sz))) { in hermon_qp_alloc_range()
H A Dhermon_cfg.c348 cp->cp_log_max_qp_sz = devlim->log_max_qp_sz; in hermon_cfg_profile_init_phase2()
H A Dhermon.c2544 val = ((uint64_t)1 << state->hs_cfg_profile->cp_log_max_qp_sz); in hermon_soft_state_init()