Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/qib/
Dqib_init.c265 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()
Dqib_mad.c2219 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()
Dqib.h658 struct ib_cc_congestion_entry_shadow *congestion_entries; member
/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dhfi.h862 congestion_entries[OPA_MAX_SLS]; member
Dmad.c3769 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()