Searched refs:congestion_entries (Results 1 - 5 of 5) sorted by last modified time

/linux-master/drivers/infiniband/hw/hfi1/
H A Dmad.c3769 memcpy(new_cc_state->cong_setting.entries, ppd->congestion_entries,
3802 entries = ppd->congestion_entries;
H A Dhfi.h862 congestion_entries[OPA_MAX_SLS]; member in struct:hfi1_pportdata
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_init.c265 ppd->congestion_entries = kzalloc(size, GFP_KERNEL);
266 if (!ppd->congestion_entries)
285 kfree(ppd->congestion_entries);
286 ppd->congestion_entries = NULL;
1304 kfree(dd->pport[pidx].congestion_entries);
1305 dd->pport[pidx].congestion_entries = NULL;
H A Dqib.h658 struct ib_cc_congestion_entry_shadow *congestion_entries; member in struct:qib_pportdata
H A Dqib_mad.c2219 ppd->congestion_entries[i].ccti_increase =
2222 ppd->congestion_entries[i].ccti_timer =
2225 ppd->congestion_entries[i].trigger_threshold =
2228 ppd->congestion_entries[i].ccti_min =
2280 memcpy(ppd->congestion_entries_shadow->entries, ppd->congestion_entries,

Completed in 404 milliseconds