tx_opstats        181 drivers/infiniband/hw/hfi1/debugfs.c 			per_cpu_ptr(dd->tx_opstats, j);
tx_opstats        104 drivers/infiniband/hw/hfi1/fault.c 			per_cpu_ptr(dd->tx_opstats, j);
tx_opstats       1366 drivers/infiniband/hw/hfi1/hfi.h 	struct hfi1_opcode_stats_perctx __percpu *tx_opstats;
tx_opstats       1239 drivers/infiniband/hw/hfi1/init.c 	free_percpu(dd->tx_opstats);
tx_opstats       1243 drivers/infiniband/hw/hfi1/init.c 	dd->tx_opstats    = NULL;
tx_opstats       1340 drivers/infiniband/hw/hfi1/init.c 	dd->tx_opstats = alloc_percpu(struct hfi1_opcode_stats_perctx);
tx_opstats       1341 drivers/infiniband/hw/hfi1/init.c 	if (!dd->tx_opstats) {
tx_opstats        743 drivers/infiniband/hw/hfi1/verbs.c 	struct hfi1_opcode_stats_perctx *s = get_cpu_ptr(dd->tx_opstats);