Home
last modified time | relevance | path

Searched refs:cp_log_num_cq (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cfg.c426 cp->cp_log_num_cq = tavor_log_num_cq; in tavor_cfg_profile_init_phase2()
464 cp->cp_log_num_cq = TAVOR_NUM_CQ_SHIFT_256; in tavor_cfg_profile_init_phase2()
502 cp->cp_log_num_cq = TAVOR_NUM_CQ_SHIFT_128; in tavor_cfg_profile_init_phase2()
541 cp->cp_log_num_cq = TAVOR_NUM_CQ_SHIFT_MIN; in tavor_cfg_profile_init_phase2()
H A Dtavor_rsrc.c728 num = ((uint64_t)1 << cfgprof->cp_log_num_cq); in tavor_rsrc_init_phase2()
1174 hdl_info.swi_num = ((uint64_t)1 << cfgprof->cp_log_num_cq); in tavor_rsrc_init_phase2()
1496 ((uint64_t)1 << cfgprof->cp_log_num_cq); in tavor_rsrc_fini()
H A Dtavor.c1681 val = ((uint64_t)1 << state->ts_cfg_profile->cp_log_num_cq); in tavor_soft_state_init()
1950 inithca->context.log_num_cq = state->ts_cfg_profile->cp_log_num_cq; in tavor_hca_config_setup()
H A Dtavor_cq.c1188 cqmask = (1 << state->ts_cfg_profile->cp_log_num_cq) - 1; in tavor_cqhdl_from_cqnum()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cfg.h77 uint32_t cp_log_num_cq; member
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cfg.h87 uint32_t cp_log_num_cq; member
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cfg.c308 cp->cp_log_num_cq = min(hermon_log_num_cq, devlim->log_max_cq); in hermon_cfg_profile_init_phase2()
389 cp->cp_log_num_cq -= 6; in hermon_cfg_profile_init_phase2()
H A Dhermon.c1536 num_cqcs = (uint64_t)0x1 << cfg->cp_log_num_cq; in hermon_size_icm()
2591 val = ((uint64_t)1 << state->hs_cfg_profile->cp_log_num_cq); in hermon_soft_state_init()
2895 icm[HERMON_CMPT_CQC].log_num_entries = cfg->cp_log_num_cq; in hermon_icm_config_setup()
2901 icm[HERMON_CQC].log_num_entries = cfg->cp_log_num_cq; in hermon_icm_config_setup()
H A Dhermon_rsrc.c1062 (uint64_t)1 << cfgprof->cp_log_num_cq; in hermon_rsrc_init_phase2()
1298 hdl_info.swi_num = ((uint64_t)1 << cfgprof->cp_log_num_cq); in hermon_rsrc_fini()
H A Dhermon_qpmod.c875 cqnmask = (1 << state->hs_cfg_profile->cp_log_num_cq) - 1; in hermon_qp_reset2init()
3218 cqnmask = (1 << state->hs_cfg_profile->cp_log_num_cq) - 1; in hermon_qp_reset2err()
H A Dhermon_cq.c1281 cqmask = (1 << state->hs_cfg_profile->cp_log_num_cq) - 1; in hermon_cqhdl_from_cqnum()