Home
last modified time | relevance | path

Searched refs:congestion_entries (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_init.c267 ppd->congestion_entries = kzalloc(size, GFP_KERNEL); in qib_init_pportdata()
268 if (!ppd->congestion_entries) in qib_init_pportdata()
287 kfree(ppd->congestion_entries); in qib_init_pportdata()
288 ppd->congestion_entries = NULL; in qib_init_pportdata()
1338 kfree(dd->pport[pidx].congestion_entries); in cleanup_device_data()
1339 dd->pport[pidx].congestion_entries = NULL; in cleanup_device_data()
Dqib_mad.c2227 ppd->congestion_entries[i].ccti_increase = in cc_set_congestion_setting()
2230 ppd->congestion_entries[i].ccti_timer = in cc_set_congestion_setting()
2233 ppd->congestion_entries[i].trigger_threshold = in cc_set_congestion_setting()
2236 ppd->congestion_entries[i].ccti_min = in cc_set_congestion_setting()
2288 memcpy(ppd->congestion_entries_shadow->entries, ppd->congestion_entries, in cc_set_congestion_control_table()
Dqib.h661 struct ib_cc_congestion_entry_shadow *congestion_entries; member
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dhfi.h840 congestion_entries[OPA_MAX_SLS]; member
Dmad.c3822 memcpy(new_cc_state->cong_setting.entries, ppd->congestion_entries, in apply_cc_state()
3855 entries = ppd->congestion_entries; in __subn_set_opa_cong_setting()