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

/freebsd-10.2-release/sys/dev/virtio/network/
H A Dif_vtnet.c129 static int vtnet_txq_below_threshold(struct vtnet_txq *);
130 static int vtnet_txq_notify(struct vtnet_txq *);
131 static void vtnet_txq_free_mbufs(struct vtnet_txq *);
132 static int vtnet_txq_offload_ctx(struct vtnet_txq *, struct mbuf *,
134 static int vtnet_txq_offload_tso(struct vtnet_txq *, struct mbuf *, int,
137 vtnet_txq_offload(struct vtnet_txq *, struct mbuf *,
139 static int vtnet_txq_enqueue_buf(struct vtnet_txq *, struct mbuf **,
141 static int vtnet_txq_encap(struct vtnet_txq *, struct mbuf **);
143 static void vtnet_start_locked(struct vtnet_txq *, struct ifnet *);
146 static int vtnet_txq_mq_start_locked(struct vtnet_txq *, struc
[all...]
H A Dif_vtnetvar.h99 struct vtnet_txq { struct
130 struct vtnet_txq *vtnet_txqs;
/freebsd-10.2-release/sys/dev/netmap/
H A Dif_vtnet_netmap.h54 struct vtnet_txq *txq = &sc->vtnet_txqs[i];
123 struct vtnet_txq *txq = &sc->vtnet_txqs[ring_nr];

Completed in 60 milliseconds