vtnet_txq
struct vtnet_txq *txq = &sc->vtnet_txqs[i];
struct vtnet_txq *txq = &sc->vtnet_txqs[ring_nr];
struct vtnet_txq *txq;
static int vtnet_txq_intr_threshold(struct vtnet_txq *);
static int vtnet_txq_below_threshold(struct vtnet_txq *);
static int vtnet_txq_notify(struct vtnet_txq *);
static void vtnet_txq_free_mbufs(struct vtnet_txq *);
static int vtnet_txq_offload_ctx(struct vtnet_txq *, struct mbuf *,
static int vtnet_txq_offload_tso(struct vtnet_txq *, struct mbuf *, int,
vtnet_txq_offload(struct vtnet_txq *, struct mbuf *,
static int vtnet_txq_enqueue_buf(struct vtnet_txq *, struct mbuf **,
static int vtnet_txq_encap(struct vtnet_txq *, struct mbuf **, int);
static void vtnet_start_locked(struct vtnet_txq *, if_t);
static int vtnet_txq_mq_start_locked(struct vtnet_txq *, struct mbuf *);
static void vtnet_txq_start(struct vtnet_txq *);
static int vtnet_txq_eof(struct vtnet_txq *);
static int vtnet_watchdog(struct vtnet_txq *);
vtnet_txq_intr_threshold(struct vtnet_txq *txq)
vtnet_txq_below_threshold(struct vtnet_txq *txq)
vtnet_txq_notify(struct vtnet_txq *txq)
vtnet_txq_free_mbufs(struct vtnet_txq *txq)
vtnet_txq_offload_ctx(struct vtnet_txq *txq, struct mbuf *m, int *etype,
struct sysctl_oid_list *, struct vtnet_txq *);
vtnet_txq_offload_tso(struct vtnet_txq *txq, struct mbuf *m, int eth_type,
static int vtnet_txq_enable_intr(struct vtnet_txq *);
static void vtnet_txq_disable_intr(struct vtnet_txq *);
vtnet_txq_offload(struct vtnet_txq *txq, struct mbuf *m,
vtnet_txq_enqueue_buf(struct vtnet_txq *txq, struct mbuf **m_head,
vtnet_txq_encap(struct vtnet_txq *txq, struct mbuf **m_head, int flags)
vtnet_start_locked(struct vtnet_txq *txq, if_t ifp)
struct vtnet_txq *txq;
vtnet_txq_mq_start_locked(struct vtnet_txq *txq, struct mbuf *m)
struct vtnet_txq *txq;
struct vtnet_txq *txq;
vtnet_txq_start(struct vtnet_txq *txq)
struct vtnet_txq *txq;
vtnet_txq_eof(struct vtnet_txq *txq)
struct vtnet_txq *txq;
struct vtnet_txq *txq;
struct vtnet_txq *txq;
vtnet_watchdog(struct vtnet_txq *txq)
struct vtnet_txq *txq;
struct vtnet_txq *txq;
struct vtnet_txq *txq;
struct vtnet_txq *txq;
struct vtnet_txq *txq;
struct vtnet_txq *txq;
struct sysctl_oid_list *child, struct vtnet_txq *txq)
vtnet_txq_enable_intr(struct vtnet_txq *txq)
vtnet_txq_disable_intr(struct vtnet_txq *txq)
struct vtnet_txq *txq;
struct vtnet_txq *txq;
sc->vtnet_txqs = malloc(sizeof(struct vtnet_txq) * npairs, M_DEVBUF,
vtnet_destroy_txq(struct vtnet_txq *txq)
struct vtnet_txq *vtnet_txqs;