congestion_entries  904 drivers/infiniband/hw/hfi1/hfi.h 		congestion_entries[OPA_MAX_SLS];
congestion_entries 3812 drivers/infiniband/hw/hfi1/mad.c 	memcpy(new_cc_state->cong_setting.entries, ppd->congestion_entries,
congestion_entries 3845 drivers/infiniband/hw/hfi1/mad.c 	entries = ppd->congestion_entries;
congestion_entries  662 drivers/infiniband/hw/qib/qib.h 	struct ib_cc_congestion_entry_shadow *congestion_entries;
congestion_entries  265 drivers/infiniband/hw/qib/qib_init.c 	ppd->congestion_entries = kzalloc(size, GFP_KERNEL);
congestion_entries  266 drivers/infiniband/hw/qib/qib_init.c 	if (!ppd->congestion_entries)
congestion_entries  285 drivers/infiniband/hw/qib/qib_init.c 	kfree(ppd->congestion_entries);
congestion_entries  286 drivers/infiniband/hw/qib/qib_init.c 	ppd->congestion_entries = NULL;
congestion_entries 1305 drivers/infiniband/hw/qib/qib_init.c 		kfree(dd->pport[pidx].congestion_entries);
congestion_entries 1306 drivers/infiniband/hw/qib/qib_init.c 		dd->pport[pidx].congestion_entries = NULL;
congestion_entries 2227 drivers/infiniband/hw/qib/qib_mad.c 		ppd->congestion_entries[i].ccti_increase =
congestion_entries 2230 drivers/infiniband/hw/qib/qib_mad.c 		ppd->congestion_entries[i].ccti_timer =
congestion_entries 2233 drivers/infiniband/hw/qib/qib_mad.c 		ppd->congestion_entries[i].trigger_threshold =
congestion_entries 2236 drivers/infiniband/hw/qib/qib_mad.c 		ppd->congestion_entries[i].ccti_min =
congestion_entries 2288 drivers/infiniband/hw/qib/qib_mad.c 	memcpy(ppd->congestion_entries_shadow->entries, ppd->congestion_entries,