Searched refs:vtnet_txq (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/virtio/network/ |
H A D | if_vtnet.c | 152 static int vtnet_txq_intr_threshold(struct vtnet_txq *); 153 static int vtnet_txq_below_threshold(struct vtnet_txq *); 154 static int vtnet_txq_notify(struct vtnet_txq *); 155 static void vtnet_txq_free_mbufs(struct vtnet_txq *); 156 static int vtnet_txq_offload_ctx(struct vtnet_txq *, struct mbuf *, 158 static int vtnet_txq_offload_tso(struct vtnet_txq *, struct mbuf *, int, 161 vtnet_txq_offload(struct vtnet_txq *, struct mbuf *, 163 static int vtnet_txq_enqueue_buf(struct vtnet_txq *, struct mbuf **, 165 static int vtnet_txq_encap(struct vtnet_txq *, struct mbuf **, int); 167 static void vtnet_start_locked(struct vtnet_txq *, if_t); [all …]
|
H A D | if_vtnetvar.h | 110 struct vtnet_txq { struct 145 struct vtnet_txq *vtnet_txqs; argument
|
/freebsd/sys/dev/netmap/ |
H A D | if_vtnet_netmap.h | 70 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()
|