Searched refs:congestion_entries (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_init.c | 265 ppd->congestion_entries = kzalloc(size, GFP_KERNEL); in qib_init_pportdata() 266 if (!ppd->congestion_entries) in qib_init_pportdata() 285 kfree(ppd->congestion_entries); in qib_init_pportdata() 286 ppd->congestion_entries = NULL; in qib_init_pportdata() 1305 kfree(dd->pport[pidx].congestion_entries); in cleanup_device_data() 1306 dd->pport[pidx].congestion_entries = NULL; in cleanup_device_data()
|
H A D | qib_mad.c | 2219 ppd->congestion_entries[i].ccti_increase = in cc_set_congestion_setting() 2222 ppd->congestion_entries[i].ccti_timer = in cc_set_congestion_setting() 2225 ppd->congestion_entries[i].trigger_threshold = in cc_set_congestion_setting() 2228 ppd->congestion_entries[i].ccti_min = in cc_set_congestion_setting() 2280 memcpy(ppd->congestion_entries_shadow->entries, ppd->congestion_entries, in cc_set_congestion_control_table()
|
H A D | qib.h | 662 struct ib_cc_congestion_entry_shadow *congestion_entries; member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_init.c | 265 ppd->congestion_entries = kzalloc(size, GFP_KERNEL); in qib_init_pportdata() 266 if (!ppd->congestion_entries) in qib_init_pportdata() 285 kfree(ppd->congestion_entries); in qib_init_pportdata() 286 ppd->congestion_entries = NULL; in qib_init_pportdata() 1304 kfree(dd->pport[pidx].congestion_entries); in cleanup_device_data() 1305 dd->pport[pidx].congestion_entries = NULL; in cleanup_device_data()
|
H A D | qib_mad.c | 2219 ppd->congestion_entries[i].ccti_increase = in cc_set_congestion_setting() 2222 ppd->congestion_entries[i].ccti_timer = in cc_set_congestion_setting() 2225 ppd->congestion_entries[i].trigger_threshold = in cc_set_congestion_setting() 2228 ppd->congestion_entries[i].ccti_min = in cc_set_congestion_setting() 2280 memcpy(ppd->congestion_entries_shadow->entries, ppd->congestion_entries, in cc_set_congestion_control_table()
|
H A D | qib.h | 658 struct ib_cc_congestion_entry_shadow *congestion_entries; member
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | hfi.h | 913 congestion_entries[OPA_MAX_SLS]; member
|
H A D | mad.c | 3811 memcpy(new_cc_state->cong_setting.entries, ppd->congestion_entries, in apply_cc_state() 3844 entries = ppd->congestion_entries; in __subn_set_opa_cong_setting()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | hfi.h | 862 congestion_entries[OPA_MAX_SLS]; member
|
H A D | mad.c | 3769 memcpy(new_cc_state->cong_setting.entries, ppd->congestion_entries, in apply_cc_state() 3802 entries = ppd->congestion_entries; in __subn_set_opa_cong_setting()
|
Completed in 45 milliseconds