Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_mad.c2255 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()
H A Dqib_sysfs.c226 ret = ppd->total_cct_entry * sizeof(struct ib_cc_table_entry_shadow) in cc_table_bin_read()
H A Dqib.h666 u16 total_cct_entry; member
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dsysfs.c37 ret = ppd->total_cct_entry * sizeof(struct ib_cc_table_entry_shadow) in cc_table_bin_read()
H A Dmad.c3759 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()
H A Dhfi.h873 u16 total_cct_entry; member