[go: nahoru, domu]

Searched refs:opstats (Results 1 - 6 of 6) sorted by relevance

/drivers/infiniband/hw/qib/
H A Dqib_debugfs.c81 struct qib_opcode_stats_perctx *opstats; local
83 if (*pos >= ARRAY_SIZE(opstats->stats))
90 struct qib_opcode_stats_perctx *opstats; local
93 if (*pos >= ARRAY_SIZE(opstats->stats))
115 n_packets += dd->rcd[j]->opstats->stats[i].n_packets;
116 n_bytes += dd->rcd[j]->opstats->stats[i].n_bytes;
179 for (j = 0; j < ARRAY_SIZE(dd->rcd[i]->opstats->stats); j++)
180 n_packets += dd->rcd[i]->opstats->stats[j].n_packets;
H A Dqib_init.c194 rcd->opstats = kzalloc_node(sizeof(*rcd->opstats),
196 if (!rcd->opstats) {
987 kfree(rcd->opstats);
988 rcd->opstats = NULL;
H A Dqib.h239 struct qib_opcode_stats_perctx *opstats; member in struct:qib_ctxtdata
H A Dqib_verbs.c650 rcd->opstats->stats[opcode].n_bytes += tlen;
651 rcd->opstats->stats[opcode].n_packets++;
/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c624 dev->opstats[opcode].n_bytes += tlen;
625 dev->opstats[opcode].n_packets++;
2302 for (i = 0; i < ARRAY_SIZE(dev->opstats); i++) {
2303 const struct ipath_opcode_stats *si = &dev->opstats[i];
H A Dipath_verbs.h626 struct ipath_opcode_stats opstats[128]; member in struct:ipath_ibdev

Completed in 117 milliseconds