congestion_entries_shadow  656 drivers/infiniband/hw/qib/qib.h 	struct ib_cc_congestion_setting_attr_shadow *congestion_entries_shadow;
congestion_entries_shadow  275 drivers/infiniband/hw/qib/qib_init.c 	ppd->congestion_entries_shadow = kzalloc(size, GFP_KERNEL);
congestion_entries_shadow  276 drivers/infiniband/hw/qib/qib_init.c 	if (!ppd->congestion_entries_shadow)
congestion_entries_shadow 1311 drivers/infiniband/hw/qib/qib_init.c 		kfree(dd->pport[pidx].congestion_entries_shadow);
congestion_entries_shadow 1312 drivers/infiniband/hw/qib/qib_init.c 		dd->pport[pidx].congestion_entries_shadow = NULL;
congestion_entries_shadow 2145 drivers/infiniband/hw/qib/qib_mad.c 	entries = ppd->congestion_entries_shadow->entries;
congestion_entries_shadow 2147 drivers/infiniband/hw/qib/qib_mad.c 		ppd->congestion_entries_shadow->port_control);
congestion_entries_shadow 2149 drivers/infiniband/hw/qib/qib_mad.c 		ppd->congestion_entries_shadow->control_map);
congestion_entries_shadow 2286 drivers/infiniband/hw/qib/qib_mad.c 	ppd->congestion_entries_shadow->port_control = IB_CC_CCS_PC_SL_BASED;
congestion_entries_shadow 2287 drivers/infiniband/hw/qib/qib_mad.c 	ppd->congestion_entries_shadow->control_map = ppd->cc_sl_control_map;
congestion_entries_shadow 2288 drivers/infiniband/hw/qib/qib_mad.c 	memcpy(ppd->congestion_entries_shadow->entries, ppd->congestion_entries,
congestion_entries_shadow 2433 drivers/infiniband/hw/qib/qib_mad.c 		if (!ppd->congestion_entries_shadow ||
congestion_entries_shadow  269 drivers/infiniband/hw/qib/qib_sysfs.c 	if (!qib_cc_table_size || !ppd->congestion_entries_shadow)
congestion_entries_shadow  283 drivers/infiniband/hw/qib/qib_sysfs.c 	memcpy(buf, ppd->congestion_entries_shadow, count);
congestion_entries_shadow  787 drivers/infiniband/hw/qib/qib_sysfs.c 	if (!qib_cc_table_size || !ppd->congestion_entries_shadow)
congestion_entries_shadow  850 drivers/infiniband/hw/qib/qib_sysfs.c 			ppd->congestion_entries_shadow) {