opstats           100 drivers/infiniband/hw/hfi1/debugfs.c 	struct hfi1_opcode_stats_perctx *opstats;
opstats           102 drivers/infiniband/hw/hfi1/debugfs.c 	if (*pos >= ARRAY_SIZE(opstats->stats))
opstats           109 drivers/infiniband/hw/hfi1/debugfs.c 	struct hfi1_opcode_stats_perctx *opstats;
opstats           112 drivers/infiniband/hw/hfi1/debugfs.c 	if (*pos >= ARRAY_SIZE(opstats->stats))
opstats           144 drivers/infiniband/hw/hfi1/debugfs.c 			n_packets += rcd->opstats->stats[i].n_packets;
opstats           145 drivers/infiniband/hw/hfi1/debugfs.c 			n_bytes += rcd->opstats->stats[i].n_bytes;
opstats           244 drivers/infiniband/hw/hfi1/debugfs.c 	for (j = 0; j < ARRAY_SIZE(rcd->opstats->stats); j++)
opstats           245 drivers/infiniband/hw/hfi1/debugfs.c 		n_packets += rcd->opstats->stats[j].n_packets;
opstats            64 drivers/infiniband/hw/hfi1/fault.c 	struct hfi1_opcode_stats_perctx *opstats;
opstats            66 drivers/infiniband/hw/hfi1/fault.c 	if (*pos >= ARRAY_SIZE(opstats->stats))
opstats            73 drivers/infiniband/hw/hfi1/fault.c 	struct hfi1_opcode_stats_perctx *opstats;
opstats            76 drivers/infiniband/hw/hfi1/fault.c 	if (*pos >= ARRAY_SIZE(opstats->stats))
opstats            97 drivers/infiniband/hw/hfi1/fault.c 			n_packets += rcd->opstats->stats[i].n_packets;
opstats            98 drivers/infiniband/hw/hfi1/fault.c 			n_bytes += rcd->opstats->stats[i].n_bytes;
opstats           231 drivers/infiniband/hw/hfi1/hfi.h 	struct hfi1_opcode_stats_perctx *opstats;
opstats           479 drivers/infiniband/hw/hfi1/init.c 			rcd->opstats = kzalloc_node(sizeof(*rcd->opstats),
opstats           481 drivers/infiniband/hw/hfi1/init.c 			if (!rcd->opstats)
opstats          1181 drivers/infiniband/hw/hfi1/init.c 	kfree(rcd->opstats);
opstats          1186 drivers/infiniband/hw/hfi1/init.c 	rcd->opstats = NULL;
opstats           394 drivers/infiniband/hw/hfi1/verbs.c 	inc_opstats(tlen, &rcd->opstats->stats[opcode]);
opstats           448 drivers/infiniband/hw/hfi1/verbs.c 	inc_opstats(tlen, &rcd->opstats->stats[opcode]);
opstats           505 drivers/infiniband/hw/hfi1/verbs.c 	inc_opstats(packet->tlen, &rcd->opstats->stats[packet->opcode]);
opstats           227 drivers/infiniband/hw/qib/qib.h 	struct qib_opcode_stats_perctx *opstats;
opstats            71 drivers/infiniband/hw/qib/qib_debugfs.c 	struct qib_opcode_stats_perctx *opstats;
opstats            73 drivers/infiniband/hw/qib/qib_debugfs.c 	if (*pos >= ARRAY_SIZE(opstats->stats))
opstats            80 drivers/infiniband/hw/qib/qib_debugfs.c 	struct qib_opcode_stats_perctx *opstats;
opstats            83 drivers/infiniband/hw/qib/qib_debugfs.c 	if (*pos >= ARRAY_SIZE(opstats->stats))
opstats           105 drivers/infiniband/hw/qib/qib_debugfs.c 		n_packets += dd->rcd[j]->opstats->stats[i].n_packets;
opstats           106 drivers/infiniband/hw/qib/qib_debugfs.c 		n_bytes += dd->rcd[j]->opstats->stats[i].n_bytes;
opstats           169 drivers/infiniband/hw/qib/qib_debugfs.c 	for (j = 0; j < ARRAY_SIZE(dd->rcd[i]->opstats->stats); j++)
opstats           170 drivers/infiniband/hw/qib/qib_debugfs.c 		n_packets += dd->rcd[i]->opstats->stats[j].n_packets;
opstats           182 drivers/infiniband/hw/qib/qib_init.c 			rcd->opstats = kzalloc_node(sizeof(*rcd->opstats),
opstats           184 drivers/infiniband/hw/qib/qib_init.c 			if (!rcd->opstats) {
opstats           944 drivers/infiniband/hw/qib/qib_init.c 	kfree(rcd->opstats);
opstats           945 drivers/infiniband/hw/qib/qib_init.c 	rcd->opstats = NULL;
opstats           316 drivers/infiniband/hw/qib/qib_verbs.c 	rcd->opstats->stats[opcode].n_bytes += tlen;
opstats           317 drivers/infiniband/hw/qib/qib_verbs.c 	rcd->opstats->stats[opcode].n_packets++;