Searched defs:hn_tx_ring (Results 1 – 1 of 1) sorted by relevance
116 struct hn_tx_ring { struct129 void (*hn_txeof)(struct hn_tx_ring *); argument130 struct taskqueue *hn_tx_taskq;131 struct task hn_tx_task;132 struct task hn_txeof_task;134 struct buf_ring *hn_mbuf_br;135 int hn_oactive;136 int hn_tx_idx;137 int hn_tx_flags;139 struct mtx hn_tx_lock;[all …]