Searched refs:ts_devlim (Results 1 – 4 of 4) sorted by relevance
601 max = ((uint64_t)1 << state->ts_devlim.log_max_mpt); in tavor_rsrc_init_phase2()602 num_prealloc = ((uint64_t)1 << state->ts_devlim.log_rsvd_mpt); in tavor_rsrc_init_phase2()634 max = ((uint64_t)1 << state->ts_devlim.log_max_mttseg); in tavor_rsrc_init_phase2()635 num_prealloc = ((uint64_t)1 << state->ts_devlim.log_rsvd_mttseg); in tavor_rsrc_init_phase2()666 max = ((uint64_t)1 << state->ts_devlim.log_max_qp); in tavor_rsrc_init_phase2()667 num_prealloc = ((uint64_t)1 << state->ts_devlim.log_rsvd_qp); in tavor_rsrc_init_phase2()697 max = ((uint64_t)1 << state->ts_devlim.log_max_ra_glob); in tavor_rsrc_init_phase2()729 max = ((uint64_t)1 << state->ts_devlim.log_max_cq); in tavor_rsrc_init_phase2()730 num_prealloc = ((uint64_t)1 << state->ts_devlim.log_rsvd_cq); in tavor_rsrc_init_phase2()765 max = ((uint64_t)1 << state->ts_devlim.log_max_qp); in tavor_rsrc_init_phase2()[all …]
1236 &state->ts_devlim, sizeof (tavor_hw_querydevlim_t), in tavor_hw_init()1607 if (state->ts_devlim.ud_multi) { in tavor_soft_state_init()1610 if (state->ts_devlim.atomic) { in tavor_soft_state_init()1613 if (state->ts_devlim.apm) { in tavor_soft_state_init()1616 if (state->ts_devlim.pkey_v) { in tavor_soft_state_init()1619 if (state->ts_devlim.qkey_v) { in tavor_soft_state_init()1644 state->ts_devlim.log_rsvd_qp); in tavor_soft_state_init()1645 maxval = ((uint64_t)1 << state->ts_devlim.log_max_qp_sz); in tavor_soft_state_init()1656 maxval = state->ts_devlim.max_sg; in tavor_soft_state_init()1683 state->ts_devlim.log_rsvd_cq); in tavor_soft_state_init()[all …]
1895 if (state->ts_devlim.stat_rate_sup) { in tavor_set_addr_path()1930 gidtbl_sz = (1 << state->ts_devlim.log_max_gid); in tavor_set_addr_path()2021 if (state->ts_devlim.stat_rate_sup) { in tavor_get_addr_path()2056 gidtbl_sz = (1 << state->ts_devlim.log_max_gid); in tavor_get_addr_path()
521 struct tavor_hw_querydevlim_s ts_devlim; member