Symbol: vtnet_rxq
sys/dev/netmap/if_vtnet_netmap.h
164
struct vtnet_rxq *rxq = &sc->vtnet_rxqs[ring_nr];
sys/dev/netmap/if_vtnet_netmap.h
212
vtnet_netmap_rxq_populate(struct vtnet_rxq *rxq)
sys/dev/netmap/if_vtnet_netmap.h
259
struct vtnet_rxq *rxq = &sc->vtnet_rxqs[ring_nr];
sys/dev/netmap/if_vtnet_netmap.h
355
struct vtnet_rxq *rxq = &sc->vtnet_rxqs[i];
sys/dev/virtio/network/if_vtnet.c
1032
struct vtnet_rxq *rxq;
sys/dev/virtio/network/if_vtnet.c
128
static int vtnet_rxq_populate(struct vtnet_rxq *);
sys/dev/virtio/network/if_vtnet.c
129
static void vtnet_rxq_free_mbufs(struct vtnet_rxq *);
sys/dev/virtio/network/if_vtnet.c
132
static int vtnet_rxq_replace_lro_nomrg_buf(struct vtnet_rxq *,
sys/dev/virtio/network/if_vtnet.c
134
static int vtnet_rxq_replace_buf(struct vtnet_rxq *, struct mbuf *, int);
sys/dev/virtio/network/if_vtnet.c
135
static int vtnet_rxq_enqueue_buf(struct vtnet_rxq *, struct mbuf *);
sys/dev/virtio/network/if_vtnet.c
136
static int vtnet_rxq_new_buf(struct vtnet_rxq *);
sys/dev/virtio/network/if_vtnet.c
138
static int vtnet_rxq_csum_needs_csum(struct vtnet_rxq *, struct mbuf *,
sys/dev/virtio/network/if_vtnet.c
140
static void vtnet_rxq_csum_data_valid(struct vtnet_rxq *, struct mbuf *,
sys/dev/virtio/network/if_vtnet.c
142
static int vtnet_rxq_csum(struct vtnet_rxq *, struct mbuf *,
sys/dev/virtio/network/if_vtnet.c
145
static void vtnet_rxq_discard_merged_bufs(struct vtnet_rxq *, int);
sys/dev/virtio/network/if_vtnet.c
146
static void vtnet_rxq_discard_buf(struct vtnet_rxq *, struct mbuf *);
sys/dev/virtio/network/if_vtnet.c
147
static int vtnet_rxq_merged_eof(struct vtnet_rxq *, struct mbuf *, int);
sys/dev/virtio/network/if_vtnet.c
148
static void vtnet_rxq_input(struct vtnet_rxq *, struct mbuf *,
sys/dev/virtio/network/if_vtnet.c
1494
vtnet_rxq_populate(struct vtnet_rxq *rxq)
sys/dev/virtio/network/if_vtnet.c
150
static int vtnet_rxq_eof(struct vtnet_rxq *);
sys/dev/virtio/network/if_vtnet.c
151
static void vtnet_rx_vq_process(struct vtnet_rxq *rxq, int tries);
sys/dev/virtio/network/if_vtnet.c
1529
vtnet_rxq_free_mbufs(struct vtnet_rxq *rxq)
sys/dev/virtio/network/if_vtnet.c
1598
vtnet_rxq_replace_lro_nomrg_buf(struct vtnet_rxq *rxq, struct mbuf *m0,
sys/dev/virtio/network/if_vtnet.c
1689
vtnet_rxq_replace_buf(struct vtnet_rxq *rxq, struct mbuf *m, int len)
sys/dev/virtio/network/if_vtnet.c
1719
vtnet_rxq_enqueue_buf(struct vtnet_rxq *rxq, struct mbuf *m)
sys/dev/virtio/network/if_vtnet.c
1767
vtnet_rxq_new_buf(struct vtnet_rxq *rxq)
sys/dev/virtio/network/if_vtnet.c
1788
vtnet_rxq_csum_needs_csum(struct vtnet_rxq *rxq, struct mbuf *m, bool isipv6,
sys/dev/virtio/network/if_vtnet.c
1857
vtnet_rxq_csum_data_valid(struct vtnet_rxq *rxq, struct mbuf *m, int protocol)
sys/dev/virtio/network/if_vtnet.c
1867
vtnet_rxq_csum(struct vtnet_rxq *rxq, struct mbuf *m,
sys/dev/virtio/network/if_vtnet.c
1947
vtnet_rxq_discard_merged_bufs(struct vtnet_rxq *rxq, int nbufs)
sys/dev/virtio/network/if_vtnet.c
1960
vtnet_rxq_discard_buf(struct vtnet_rxq *rxq, struct mbuf *m)
sys/dev/virtio/network/if_vtnet.c
1974
vtnet_rxq_merged_eof(struct vtnet_rxq *rxq, struct mbuf *m_head, int nbufs)
sys/dev/virtio/network/if_vtnet.c
2024
vtnet_lro_rx(struct vtnet_rxq *rxq, struct mbuf *m)
sys/dev/virtio/network/if_vtnet.c
2040
vtnet_rxq_input(struct vtnet_rxq *rxq, struct mbuf *m,
sys/dev/virtio/network/if_vtnet.c
2111
vtnet_rxq_eof(struct vtnet_rxq *rxq)
sys/dev/virtio/network/if_vtnet.c
2227
vtnet_rx_vq_process(struct vtnet_rxq *rxq, int tries)
sys/dev/virtio/network/if_vtnet.c
2298
struct vtnet_rxq *rxq;
sys/dev/virtio/network/if_vtnet.c
2307
struct vtnet_rxq *rxq;
sys/dev/virtio/network/if_vtnet.c
239
struct sysctl_oid_list *, struct vtnet_rxq *);
sys/dev/virtio/network/if_vtnet.c
246
static int vtnet_rxq_enable_intr(struct vtnet_rxq *);
sys/dev/virtio/network/if_vtnet.c
247
static void vtnet_rxq_disable_intr(struct vtnet_rxq *);
sys/dev/virtio/network/if_vtnet.c
3112
struct vtnet_rxq *rxq;
sys/dev/virtio/network/if_vtnet.c
3149
struct vtnet_rxq *rxq;
sys/dev/virtio/network/if_vtnet.c
3171
struct vtnet_rxq *rxq;
sys/dev/virtio/network/if_vtnet.c
3192
struct vtnet_rxq *rxq;
sys/dev/virtio/network/if_vtnet.c
3208
struct vtnet_rxq *rxq;
sys/dev/virtio/network/if_vtnet.c
3326
struct vtnet_rxq *rxq;
sys/dev/virtio/network/if_vtnet.c
4125
struct sysctl_oid_list *child, struct vtnet_rxq *rxq)
sys/dev/virtio/network/if_vtnet.c
4485
vtnet_rxq_enable_intr(struct vtnet_rxq *rxq)
sys/dev/virtio/network/if_vtnet.c
4492
vtnet_rxq_disable_intr(struct vtnet_rxq *rxq)
sys/dev/virtio/network/if_vtnet.c
4525
struct vtnet_rxq *rxq;
sys/dev/virtio/network/if_vtnet.c
834
struct vtnet_rxq *rxq;
sys/dev/virtio/network/if_vtnet.c
906
sc->vtnet_rxqs = malloc(sizeof(struct vtnet_rxq) * npairs, M_DEVBUF,
sys/dev/virtio/network/if_vtnet.c
929
vtnet_destroy_rxq(struct vtnet_rxq *rxq)
sys/dev/virtio/network/if_vtnetvar.h
142
struct vtnet_rxq *vtnet_rxqs;