Searched refs:opstats (Results 1 – 9 of 9) sorted by relevance
71 struct qib_opcode_stats_perctx *opstats; in _opcode_stats_seq_start() local73 if (*pos >= ARRAY_SIZE(opstats->stats)) in _opcode_stats_seq_start()80 struct qib_opcode_stats_perctx *opstats; in _opcode_stats_seq_next() local83 if (*pos >= ARRAY_SIZE(opstats->stats)) in _opcode_stats_seq_next()105 n_packets += dd->rcd[j]->opstats->stats[i].n_packets; in _opcode_stats_seq_show()106 n_bytes += dd->rcd[j]->opstats->stats[i].n_bytes; in _opcode_stats_seq_show()169 for (j = 0; j < ARRAY_SIZE(dd->rcd[i]->opstats->stats); j++) in _ctx_stats_seq_show()170 n_packets += dd->rcd[i]->opstats->stats[j].n_packets; in _ctx_stats_seq_show()
182 rcd->opstats = kzalloc_node(sizeof(*rcd->opstats), in qib_create_ctxtdata()184 if (!rcd->opstats) { in qib_create_ctxtdata()944 kfree(rcd->opstats); in qib_free_ctxtdata()945 rcd->opstats = NULL; in qib_free_ctxtdata()
227 struct qib_opcode_stats_perctx *opstats; member
315 rcd->opstats->stats[opcode].n_bytes += tlen; in qib_ib_rcv()316 rcd->opstats->stats[opcode].n_packets++; in qib_ib_rcv()
23 struct hfi1_opcode_stats_perctx *opstats; in _fault_stats_seq_start() local25 if (*pos >= ARRAY_SIZE(opstats->stats)) in _fault_stats_seq_start()32 struct hfi1_opcode_stats_perctx *opstats; in _fault_stats_seq_next() local35 if (*pos >= ARRAY_SIZE(opstats->stats)) in _fault_stats_seq_next()56 n_packets += rcd->opstats->stats[i].n_packets; in _fault_stats_seq_show()57 n_bytes += rcd->opstats->stats[i].n_bytes; in _fault_stats_seq_show()
59 struct hfi1_opcode_stats_perctx *opstats; in _opcode_stats_seq_start() local61 if (*pos >= ARRAY_SIZE(opstats->stats)) in _opcode_stats_seq_start()68 struct hfi1_opcode_stats_perctx *opstats; in _opcode_stats_seq_next() local71 if (*pos >= ARRAY_SIZE(opstats->stats)) in _opcode_stats_seq_next()103 n_packets += rcd->opstats->stats[i].n_packets; in _opcode_stats_seq_show()104 n_bytes += rcd->opstats->stats[i].n_bytes; in _opcode_stats_seq_show()203 for (j = 0; j < ARRAY_SIZE(rcd->opstats->stats); j++) in _ctx_stats_seq_show()204 n_packets += rcd->opstats->stats[j].n_packets; in _ctx_stats_seq_show()
442 rcd->opstats = kzalloc_node(sizeof(*rcd->opstats), in hfi1_create_ctxtdata()444 if (!rcd->opstats) in hfi1_create_ctxtdata()1126 kfree(rcd->opstats); in hfi1_free_ctxtdata()1131 rcd->opstats = NULL; in hfi1_free_ctxtdata()
353 inc_opstats(tlen, &rcd->opstats->stats[opcode]); in hfi1_kdeth_eager_rcv()407 inc_opstats(tlen, &rcd->opstats->stats[opcode]); in hfi1_kdeth_expected_rcv()464 inc_opstats(packet->tlen, &rcd->opstats->stats[packet->opcode]); in hfi1_handle_packet()
199 struct hfi1_opcode_stats_perctx *opstats; member
Completed in 41 milliseconds