Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_mad.c2260 ppd->total_cct_entry = 0; in cc_set_congestion_control_table()
2265 ppd->total_cct_entry += (cct_entry + 1); in cc_set_congestion_control_table()
2267 if (ppd->total_cct_entry > ppd->cc_supported_table_entries) in cc_set_congestion_control_table()
2279 ppd->ccti_entries_shadow->ccti_last_entry = ppd->total_cct_entry - 1; in cc_set_congestion_control_table()
2281 (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.h687 u16 total_cct_entry; member
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dsysfs.c73 ret = ppd->total_cct_entry * sizeof(struct ib_cc_table_entry_shadow) in read_cc_table_bin()
Dhfi.h677 u16 total_cct_entry; member
Dmad.c3421 ppd->total_cct_entry = ccti_limit + 1; in __subn_set_opa_cc_table()