Home
last modified time | relevance | path

Searched refs:total_cct_entry (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/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.h670 u16 total_cct_entry; member
H A Dqib_sysfs.c222 ret = ppd->total_cct_entry * sizeof(struct ib_cc_table_entry_shadow) in read_cc_table_bin()
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dsysfs.c69 ret = ppd->total_cct_entry * sizeof(struct ib_cc_table_entry_shadow) in read_cc_table_bin()
H A Dmad.c3801 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()
H A Dhfi.h924 u16 total_cct_entry; member

Completed in 39 milliseconds