Home
last modified time | relevance | path

Searched refs:total_cct_entry (Results 1 – 3 of 3) sorted by relevance

/drivers/infiniband/hw/qib/
Dqib_mad.c2231 ppd->total_cct_entry = 0; in cc_set_congestion_control_table()
2236 ppd->total_cct_entry += (cct_entry + 1); in cc_set_congestion_control_table()
2238 if (ppd->total_cct_entry > ppd->cc_supported_table_entries) in cc_set_congestion_control_table()
2250 ppd->ccti_entries_shadow->ccti_last_entry = ppd->total_cct_entry - 1; in cc_set_congestion_control_table()
2252 (ppd->total_cct_entry * sizeof(struct ib_cc_table_entry))); in cc_set_congestion_control_table()
Dqib_sysfs.c222 ret = ppd->total_cct_entry * sizeof(struct ib_cc_table_entry_shadow) in read_cc_table_bin()
Dqib.h665 u16 total_cct_entry; member