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()
222 ret = ppd->total_cct_entry * sizeof(struct ib_cc_table_entry_shadow) in read_cc_table_bin()
670 u16 total_cct_entry; member
69 ret = ppd->total_cct_entry * sizeof(struct ib_cc_table_entry_shadow) in read_cc_table_bin()
3801 if (ppd->total_cct_entry) in apply_cc_state()3802 new_cc_state->cct.ccti_limit = ppd->total_cct_entry - 1; in apply_cc_state()3807 ppd->total_cct_entry * sizeof(struct ib_cc_table_entry)); in apply_cc_state()4017 ppd->total_cct_entry = ccti_limit + 1; in __subn_set_opa_cc_table()
924 u16 total_cct_entry; member