Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dfault.c64 struct hfi1_opcode_stats_perctx *opstats; in _fault_stats_seq_start()
73 struct hfi1_opcode_stats_perctx *opstats; in _fault_stats_seq_next()
103 struct hfi1_opcode_stats_perctx *sp = in _fault_stats_seq_show()
H A Ddebugfs.c100 struct hfi1_opcode_stats_perctx *opstats; in _opcode_stats_seq_start()
109 struct hfi1_opcode_stats_perctx *opstats; in _opcode_stats_seq_next()
180 struct hfi1_opcode_stats_perctx *s = in _tx_opcode_stats_seq_show()
H A Dverbs.h254 struct hfi1_opcode_stats_perctx { struct
H A Dhfi.h176 struct hfi1_opcode_stats_perctx;
240 struct hfi1_opcode_stats_perctx *opstats;
1362 struct hfi1_opcode_stats_perctx __percpu *tx_opstats;
H A Dinit.c1322 dd->tx_opstats = alloc_percpu(struct hfi1_opcode_stats_perctx); in hfi1_alloc_devdata()
H A Dverbs.c744 struct hfi1_opcode_stats_perctx *s = get_cpu_ptr(dd->tx_opstats); in update_tx_opstats()