Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c127 static int vtnet_rxq_populate(struct vtnet_rxq *);
128 static void vtnet_rxq_free_mbufs(struct vtnet_rxq *);
131 static int vtnet_rxq_replace_lro_nomrg_buf(struct vtnet_rxq *,
133 static int vtnet_rxq_replace_buf(struct vtnet_rxq *, struct mbuf *, int);
134 static int vtnet_rxq_enqueue_buf(struct vtnet_rxq *, struct mbuf *);
135 static int vtnet_rxq_new_buf(struct vtnet_rxq *);
136 static int vtnet_rxq_csum_needs_csum(struct vtnet_rxq *, struct mbuf *,
138 static int vtnet_rxq_csum_data_valid(struct vtnet_rxq *, struct mbuf *,
140 static int vtnet_rxq_csum(struct vtnet_rxq *, struct mbuf *,
142 static void vtnet_rxq_discard_merged_bufs(struct vtnet_rxq *, int);
[all …]
H A Dif_vtnetvar.h77 struct vtnet_rxq { struct
144 struct vtnet_rxq *vtnet_rxqs;
/freebsd/sys/dev/netmap/
H A Dif_vtnet_netmap.h164 struct vtnet_rxq *rxq = &sc->vtnet_rxqs[ring_nr]; in vtnet_netmap_kring_refill()
212 vtnet_netmap_rxq_populate(struct vtnet_rxq *rxq) in vtnet_netmap_rxq_populate()
259 struct vtnet_rxq *rxq = &sc->vtnet_rxqs[ring_nr]; in vtnet_netmap_rxsync()
355 struct vtnet_rxq *rxq = &sc->vtnet_rxqs[i]; in vtnet_netmap_intr()