Home
last modified time | relevance | path

Searched refs:vtnet_txq (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c155 static int vtnet_txq_intr_threshold(struct vtnet_txq *);
156 static int vtnet_txq_below_threshold(struct vtnet_txq *);
157 static int vtnet_txq_notify(struct vtnet_txq *);
158 static void vtnet_txq_free_mbufs(struct vtnet_txq *);
159 static int vtnet_txq_offload_ctx(struct vtnet_txq *, struct mbuf *,
161 static int vtnet_txq_offload_tso(struct vtnet_txq *, struct mbuf *, int,
164 vtnet_txq_offload(struct vtnet_txq *, struct mbuf *,
166 static int vtnet_txq_enqueue_buf(struct vtnet_txq *, struct mbuf **,
168 static int vtnet_txq_encap(struct vtnet_txq *, struct mbuf **, int);
171 static void vtnet_start_locked(struct vtnet_txq *, if_t);
[all …]
H A Dif_vtnetvar.h112 struct vtnet_txq { struct
143 struct vtnet_txq *vtnet_txqs; argument
/freebsd/sys/dev/netmap/
H A Dif_vtnet_netmap.h70 struct vtnet_txq *txq = &sc->vtnet_txqs[ring_nr]; in vtnet_netmap_txsync()
356 struct vtnet_txq *txq = &sc->vtnet_txqs[i]; in vtnet_netmap_intr()