Symbol: vtnet_txq
sys/dev/netmap/if_vtnet_netmap.h
356
struct vtnet_txq *txq = &sc->vtnet_txqs[i];
sys/dev/netmap/if_vtnet_netmap.h
70
struct vtnet_txq *txq = &sc->vtnet_txqs[ring_nr];
sys/dev/virtio/network/if_vtnet.c
1004
struct vtnet_txq *txq;
sys/dev/virtio/network/if_vtnet.c
1045
sc->vtnet_txqs = malloc(sizeof(struct vtnet_txq) * npairs, M_DEVBUF,
sys/dev/virtio/network/if_vtnet.c
1086
vtnet_destroy_txq(struct vtnet_txq *txq)
sys/dev/virtio/network/if_vtnet.c
1170
struct vtnet_txq *txq;
sys/dev/virtio/network/if_vtnet.c
166
static int vtnet_txq_intr_threshold(struct vtnet_txq *);
sys/dev/virtio/network/if_vtnet.c
167
static int vtnet_txq_below_threshold(struct vtnet_txq *);
sys/dev/virtio/network/if_vtnet.c
168
static int vtnet_txq_notify(struct vtnet_txq *);
sys/dev/virtio/network/if_vtnet.c
169
static void vtnet_txq_free_mbufs(struct vtnet_txq *);
sys/dev/virtio/network/if_vtnet.c
170
static int vtnet_txq_offload_ctx(struct vtnet_txq *, struct mbuf *,
sys/dev/virtio/network/if_vtnet.c
172
static int vtnet_txq_offload_tso(struct vtnet_txq *, struct mbuf *, int,
sys/dev/virtio/network/if_vtnet.c
175
vtnet_txq_offload(struct vtnet_txq *, struct mbuf *,
sys/dev/virtio/network/if_vtnet.c
177
static int vtnet_txq_enqueue_buf(struct vtnet_txq *, struct mbuf **,
sys/dev/virtio/network/if_vtnet.c
179
static int vtnet_txq_encap(struct vtnet_txq *, struct mbuf **, int);
sys/dev/virtio/network/if_vtnet.c
182
static void vtnet_start_locked(struct vtnet_txq *, if_t);
sys/dev/virtio/network/if_vtnet.c
186
static int vtnet_txq_mq_start_locked(struct vtnet_txq *, struct mbuf *);
sys/dev/virtio/network/if_vtnet.c
192
static void vtnet_txq_start(struct vtnet_txq *);
sys/dev/virtio/network/if_vtnet.c
194
static int vtnet_txq_eof(struct vtnet_txq *);
sys/dev/virtio/network/if_vtnet.c
198
static int vtnet_watchdog(struct vtnet_txq *);
sys/dev/virtio/network/if_vtnet.c
2491
vtnet_txq_intr_threshold(struct vtnet_txq *txq)
sys/dev/virtio/network/if_vtnet.c
2520
vtnet_txq_below_threshold(struct vtnet_txq *txq)
sys/dev/virtio/network/if_vtnet.c
2530
vtnet_txq_notify(struct vtnet_txq *txq)
sys/dev/virtio/network/if_vtnet.c
255
struct sysctl_oid_list *, struct vtnet_txq *);
sys/dev/virtio/network/if_vtnet.c
2556
vtnet_txq_free_mbufs(struct vtnet_txq *txq)
sys/dev/virtio/network/if_vtnet.c
2594
vtnet_txq_offload_ctx(struct vtnet_txq *txq, struct mbuf *m, int *etype,
sys/dev/virtio/network/if_vtnet.c
262
static int vtnet_txq_enable_intr(struct vtnet_txq *);
sys/dev/virtio/network/if_vtnet.c
263
static void vtnet_txq_disable_intr(struct vtnet_txq *);
sys/dev/virtio/network/if_vtnet.c
2653
vtnet_txq_offload_tso(struct vtnet_txq *txq, struct mbuf *m, int eth_type,
sys/dev/virtio/network/if_vtnet.c
2696
vtnet_txq_offload(struct vtnet_txq *txq, struct mbuf *m,
sys/dev/virtio/network/if_vtnet.c
2766
vtnet_txq_enqueue_buf(struct vtnet_txq *txq, struct mbuf **m_head,
sys/dev/virtio/network/if_vtnet.c
2888
vtnet_txq_encap(struct vtnet_txq *txq, struct mbuf **m_head, int flags)
sys/dev/virtio/network/if_vtnet.c
2939
vtnet_start_locked(struct vtnet_txq *txq, if_t ifp)
sys/dev/virtio/network/if_vtnet.c
2992
struct vtnet_txq *txq;
sys/dev/virtio/network/if_vtnet.c
3004
vtnet_txq_mq_start_locked(struct vtnet_txq *txq, struct mbuf *m)
sys/dev/virtio/network/if_vtnet.c
3073
struct vtnet_txq *txq;
sys/dev/virtio/network/if_vtnet.c
3101
struct vtnet_txq *txq;
sys/dev/virtio/network/if_vtnet.c
3114
vtnet_txq_start(struct vtnet_txq *txq)
sys/dev/virtio/network/if_vtnet.c
3136
struct vtnet_txq *txq;
sys/dev/virtio/network/if_vtnet.c
3157
vtnet_txq_eof(struct vtnet_txq *txq)
sys/dev/virtio/network/if_vtnet.c
3199
struct vtnet_txq *txq;
sys/dev/virtio/network/if_vtnet.c
3238
struct vtnet_txq *txq;
sys/dev/virtio/network/if_vtnet.c
3256
struct vtnet_txq *txq;
sys/dev/virtio/network/if_vtnet.c
3275
vtnet_watchdog(struct vtnet_txq *txq)
sys/dev/virtio/network/if_vtnet.c
3392
struct vtnet_txq *txq;
sys/dev/virtio/network/if_vtnet.c
3429
struct vtnet_txq *txq;
sys/dev/virtio/network/if_vtnet.c
3451
struct vtnet_txq *txq;
sys/dev/virtio/network/if_vtnet.c
3472
struct vtnet_txq *txq;
sys/dev/virtio/network/if_vtnet.c
3488
struct vtnet_txq *txq;
sys/dev/virtio/network/if_vtnet.c
3643
struct vtnet_txq *txq;
sys/dev/virtio/network/if_vtnet.c
4701
struct sysctl_oid_list *child, struct vtnet_txq *txq)
sys/dev/virtio/network/if_vtnet.c
5029
vtnet_txq_enable_intr(struct vtnet_txq *txq)
sys/dev/virtio/network/if_vtnet.c
5046
vtnet_txq_disable_intr(struct vtnet_txq *txq)
sys/dev/virtio/network/if_vtnet.c
5163
struct vtnet_txq *txq;
sys/dev/virtio/network/if_vtnetvar.h
143
struct vtnet_txq *vtnet_txqs;