Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
H A Dfault.c22 struct hfi1_opcode_stats_perctx *opstats; in _fault_stats_seq_start()
31 struct hfi1_opcode_stats_perctx *opstats; in _fault_stats_seq_next()
61 struct hfi1_opcode_stats_perctx *sp = in _fault_stats_seq_show()
H A Ddebugfs.c58 struct hfi1_opcode_stats_perctx *opstats; in _opcode_stats_seq_start()
67 struct hfi1_opcode_stats_perctx *opstats; in _opcode_stats_seq_next()
138 struct hfi1_opcode_stats_perctx *s = in _tx_opcode_stats_seq_show()
H A Dverbs.h212 struct hfi1_opcode_stats_perctx { struct
H A Dinit.c1280 dd->tx_opstats = alloc_percpu(struct hfi1_opcode_stats_perctx); in hfi1_alloc_devdata()
H A Dverbs.c702 struct hfi1_opcode_stats_perctx *s = get_cpu_ptr(dd->tx_opstats); in update_tx_opstats()