Home
last modified time | relevance | path

Searched defs:hn_tx_ring (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h116 struct hn_tx_ring { struct
129 void (*hn_txeof)(struct hn_tx_ring *); argument
130 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 …]