Searched refs:tx_opstats (Results 1 – 5 of 5) sorted by relevance
1196 free_percpu(dd->tx_opstats); in hfi1_free_devdata()1200 dd->tx_opstats = NULL; in hfi1_free_devdata()1288 dd->tx_opstats = alloc_percpu(struct hfi1_opcode_stats_perctx); in hfi1_alloc_devdata()1289 if (!dd->tx_opstats) { in hfi1_alloc_devdata()
63 per_cpu_ptr(dd->tx_opstats, j); in _fault_stats_seq_show()
140 per_cpu_ptr(dd->tx_opstats, j); in _tx_opcode_stats_seq_show()
1312 struct hfi1_opcode_stats_perctx __percpu *tx_opstats; member
702 struct hfi1_opcode_stats_perctx *s = get_cpu_ptr(dd->tx_opstats); in update_tx_opstats()