Home
last modified time | relevance | path

Searched refs:hfi1_opcode_stats_perctx (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/infiniband/hw/hfi1/
Dfault.c23 struct hfi1_opcode_stats_perctx *opstats; in _fault_stats_seq_start()
32 struct hfi1_opcode_stats_perctx *opstats; in _fault_stats_seq_next()
62 struct hfi1_opcode_stats_perctx *sp = in _fault_stats_seq_show()
Ddebugfs.c59 struct hfi1_opcode_stats_perctx *opstats; in _opcode_stats_seq_start()
68 struct hfi1_opcode_stats_perctx *opstats; in _opcode_stats_seq_next()
139 struct hfi1_opcode_stats_perctx *s = in _tx_opcode_stats_seq_show()
Dverbs.h212 struct hfi1_opcode_stats_perctx { struct
Dhfi.h135 struct hfi1_opcode_stats_perctx;
199 struct hfi1_opcode_stats_perctx *opstats;
1312 struct hfi1_opcode_stats_perctx __percpu *tx_opstats;
Dinit.c1288 dd->tx_opstats = alloc_percpu(struct hfi1_opcode_stats_perctx); in hfi1_alloc_devdata()
Dverbs.c702 struct hfi1_opcode_stats_perctx *s = get_cpu_ptr(dd->tx_opstats); in update_tx_opstats()