Searched refs:total_cct_entry (Results 1 – 6 of 6) sorted by relevance
2255 ppd->total_cct_entry = 0; in cc_set_congestion_control_table()2260 ppd->total_cct_entry += (cct_entry + 1); in cc_set_congestion_control_table()2262 if (ppd->total_cct_entry > ppd->cc_supported_table_entries) in cc_set_congestion_control_table()2274 ppd->ccti_entries_shadow->ccti_last_entry = ppd->total_cct_entry - 1; in cc_set_congestion_control_table()2276 (ppd->total_cct_entry * sizeof(struct ib_cc_table_entry))); in cc_set_congestion_control_table()
226 ret = ppd->total_cct_entry * sizeof(struct ib_cc_table_entry_shadow) in cc_table_bin_read()
666 u16 total_cct_entry; member
37 ret = ppd->total_cct_entry * sizeof(struct ib_cc_table_entry_shadow) in cc_table_bin_read()
3759 if (ppd->total_cct_entry) in apply_cc_state()3760 new_cc_state->cct.ccti_limit = ppd->total_cct_entry - 1; in apply_cc_state()3765 ppd->total_cct_entry * sizeof(struct ib_cc_table_entry)); in apply_cc_state()3975 ppd->total_cct_entry = ccti_limit + 1; in __subn_set_opa_cc_table()
873 u16 total_cct_entry; member