Searched refs:ts_devlim (Results 1 – 4 of 4) sorted by relevance
635 max = ((uint64_t)1 << state->ts_devlim.log_max_mpt); in tavor_rsrc_init_phase2()636 num_prealloc = ((uint64_t)1 << state->ts_devlim.log_rsvd_mpt); in tavor_rsrc_init_phase2()670 max = ((uint64_t)1 << state->ts_devlim.log_max_mttseg); in tavor_rsrc_init_phase2()671 num_prealloc = ((uint64_t)1 << state->ts_devlim.log_rsvd_mttseg); in tavor_rsrc_init_phase2()704 max = ((uint64_t)1 << state->ts_devlim.log_max_qp); in tavor_rsrc_init_phase2()705 num_prealloc = ((uint64_t)1 << state->ts_devlim.log_rsvd_qp); in tavor_rsrc_init_phase2()737 max = ((uint64_t)1 << state->ts_devlim.log_max_ra_glob); in tavor_rsrc_init_phase2()771 max = ((uint64_t)1 << state->ts_devlim.log_max_cq); in tavor_rsrc_init_phase2()772 num_prealloc = ((uint64_t)1 << state->ts_devlim.log_rsvd_cq); in tavor_rsrc_init_phase2()809 max = ((uint64_t)1 << state->ts_devlim.log_max_qp); in tavor_rsrc_init_phase2()[all …]
1403 &state->ts_devlim, sizeof (tavor_hw_querydevlim_t), in tavor_hw_init()1836 if (state->ts_devlim.ud_multi) { in tavor_soft_state_init()1839 if (state->ts_devlim.atomic) { in tavor_soft_state_init()1842 if (state->ts_devlim.apm) { in tavor_soft_state_init()1845 if (state->ts_devlim.pkey_v) { in tavor_soft_state_init()1848 if (state->ts_devlim.qkey_v) { in tavor_soft_state_init()1873 state->ts_devlim.log_rsvd_qp); in tavor_soft_state_init()1874 maxval = ((uint64_t)1 << state->ts_devlim.log_max_qp_sz); in tavor_soft_state_init()1889 maxval = state->ts_devlim.max_sg; in tavor_soft_state_init()1920 state->ts_devlim.log_rsvd_cq); in tavor_soft_state_init()[all …]
2119 if (state->ts_devlim.stat_rate_sup) { in tavor_set_addr_path()2160 gidtbl_sz = (1 << state->ts_devlim.log_max_gid); in tavor_set_addr_path()2255 if (state->ts_devlim.stat_rate_sup) { in tavor_get_addr_path()2290 gidtbl_sz = (1 << state->ts_devlim.log_max_gid); in tavor_get_addr_path()
543 struct tavor_hw_querydevlim_s ts_devlim; member