Lines Matching refs:vtnet_txq

129 static int	vtnet_txq_below_threshold(struct vtnet_txq *);
130 static int vtnet_txq_notify(struct vtnet_txq *);
131 static void vtnet_txq_free_mbufs(struct vtnet_txq *);
132 static int vtnet_txq_offload_ctx(struct vtnet_txq *, struct mbuf *,
134 static int vtnet_txq_offload_tso(struct vtnet_txq *, struct mbuf *, int,
137 vtnet_txq_offload(struct vtnet_txq *, struct mbuf *,
139 static int vtnet_txq_enqueue_buf(struct vtnet_txq *, struct mbuf **,
141 static int vtnet_txq_encap(struct vtnet_txq *, struct mbuf **);
143 static void vtnet_start_locked(struct vtnet_txq *, struct ifnet *);
146 static int vtnet_txq_mq_start_locked(struct vtnet_txq *, struct mbuf *);
150 static void vtnet_txq_start(struct vtnet_txq *);
152 static int vtnet_txq_eof(struct vtnet_txq *);
160 static int vtnet_watchdog(struct vtnet_txq *);
163 static void vtnet_txq_accum_stats(struct vtnet_txq *,
215 struct sysctl_oid_list *, struct vtnet_txq *);
221 static int vtnet_txq_enable_intr(struct vtnet_txq *);
222 static void vtnet_txq_disable_intr(struct vtnet_txq *);
699 struct vtnet_txq *txq;
740 sc->vtnet_txqs = malloc(sizeof(struct vtnet_txq) * npairs, M_DEVBUF,
776 vtnet_destroy_txq(struct vtnet_txq *txq)
860 struct vtnet_txq *txq;
1909 vtnet_txq_below_threshold(struct vtnet_txq *txq)
1921 vtnet_txq_notify(struct vtnet_txq *txq)
1947 vtnet_txq_free_mbufs(struct vtnet_txq *txq)
1970 vtnet_txq_offload_ctx(struct vtnet_txq *txq, struct mbuf *m,
2023 vtnet_txq_offload_tso(struct vtnet_txq *txq, struct mbuf *m, int eth_type,
2065 vtnet_txq_offload(struct vtnet_txq *txq, struct mbuf *m,
2114 vtnet_txq_enqueue_buf(struct vtnet_txq *txq, struct mbuf **m_head,
2161 vtnet_txq_encap(struct vtnet_txq *txq, struct mbuf **m_head)
2215 vtnet_start_locked(struct vtnet_txq *txq, struct ifnet *ifp)
2268 struct vtnet_txq *txq;
2281 vtnet_txq_mq_start_locked(struct vtnet_txq *txq, struct mbuf *m)
2350 struct vtnet_txq *txq;
2379 struct vtnet_txq *txq;
2393 vtnet_txq_start(struct vtnet_txq *txq)
2414 struct vtnet_txq *txq;
2435 vtnet_txq_eof(struct vtnet_txq *txq)
2476 struct vtnet_txq *txq;
2510 struct vtnet_txq *txq;
2529 struct vtnet_txq *txq;
2549 vtnet_watchdog(struct vtnet_txq *txq)
2595 vtnet_txq_accum_stats(struct vtnet_txq *txq, struct vtnet_txq_stats *accum)
2679 struct vtnet_txq *txq;
2716 struct vtnet_txq *txq;
2738 struct vtnet_txq *txq;
2760 struct vtnet_txq *txq;
2781 struct vtnet_txq *txq;
2958 struct vtnet_txq *txq;
3720 struct sysctl_oid_list *child, struct vtnet_txq *txq)
3878 vtnet_txq_enable_intr(struct vtnet_txq *txq)
3895 vtnet_txq_disable_intr(struct vtnet_txq *txq)