Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dinit.c1221 free_percpu(dd->tx_opstats); in hfi1_clean_devdata()
1225 dd->tx_opstats = NULL; in hfi1_clean_devdata()
1331 dd->tx_opstats = alloc_percpu(struct hfi1_opcode_stats_perctx); in hfi1_alloc_devdata()
1332 if (!dd->tx_opstats) { in hfi1_alloc_devdata()
Dfault.c104 per_cpu_ptr(dd->tx_opstats, j); in _fault_stats_seq_show()
Ddebugfs.c181 per_cpu_ptr(dd->tx_opstats, j); in _tx_opcode_stats_seq_show()
Dhfi.h1304 struct hfi1_opcode_stats_perctx __percpu *tx_opstats; member
Dverbs.c816 struct hfi1_opcode_stats_perctx *s = get_cpu_ptr(dd->tx_opstats); in update_tx_opstats()