Lines Matching refs:vtnet_txq

152 static int	vtnet_txq_intr_threshold(struct vtnet_txq *);
153 static int vtnet_txq_below_threshold(struct vtnet_txq *);
154 static int vtnet_txq_notify(struct vtnet_txq *);
155 static void vtnet_txq_free_mbufs(struct vtnet_txq *);
156 static int vtnet_txq_offload_ctx(struct vtnet_txq *, struct mbuf *,
158 static int vtnet_txq_offload_tso(struct vtnet_txq *, struct mbuf *, int,
161 vtnet_txq_offload(struct vtnet_txq *, struct mbuf *,
163 static int vtnet_txq_enqueue_buf(struct vtnet_txq *, struct mbuf **,
165 static int vtnet_txq_encap(struct vtnet_txq *, struct mbuf **, int);
168 static void vtnet_start_locked(struct vtnet_txq *, if_t);
172 static int vtnet_txq_mq_start_locked(struct vtnet_txq *, struct mbuf *);
178 static void vtnet_txq_start(struct vtnet_txq *);
180 static int vtnet_txq_eof(struct vtnet_txq *);
184 static int vtnet_watchdog(struct vtnet_txq *);
238 struct sysctl_oid_list *, struct vtnet_txq *);
245 static int vtnet_txq_enable_intr(struct vtnet_txq *);
246 static void vtnet_txq_disable_intr(struct vtnet_txq *);
864 struct vtnet_txq *txq; in vtnet_init_txq()
905 sc->vtnet_txqs = malloc(sizeof(struct vtnet_txq) * npairs, M_DEVBUF, in vtnet_alloc_rxtx_queues()
946 vtnet_destroy_txq(struct vtnet_txq *txq) in vtnet_destroy_txq()
1030 struct vtnet_txq *txq; in vtnet_alloc_virtqueues()
2277 vtnet_txq_intr_threshold(struct vtnet_txq *txq) in vtnet_txq_intr_threshold()
2306 vtnet_txq_below_threshold(struct vtnet_txq *txq) in vtnet_txq_below_threshold()
2316 vtnet_txq_notify(struct vtnet_txq *txq) in vtnet_txq_notify()
2342 vtnet_txq_free_mbufs(struct vtnet_txq *txq) in vtnet_txq_free_mbufs()
2372 vtnet_txq_offload_ctx(struct vtnet_txq *txq, struct mbuf *m, int *etype, in vtnet_txq_offload_ctx()
2431 vtnet_txq_offload_tso(struct vtnet_txq *txq, struct mbuf *m, int eth_type, in vtnet_txq_offload_tso()
2474 vtnet_txq_offload(struct vtnet_txq *txq, struct mbuf *m, in vtnet_txq_offload()
2529 vtnet_txq_enqueue_buf(struct vtnet_txq *txq, struct mbuf **m_head, in vtnet_txq_enqueue_buf()
2579 vtnet_txq_encap(struct vtnet_txq *txq, struct mbuf **m_head, int flags) in vtnet_txq_encap()
2630 vtnet_start_locked(struct vtnet_txq *txq, if_t ifp) in vtnet_start_locked()
2683 struct vtnet_txq *txq; in vtnet_start()
2695 vtnet_txq_mq_start_locked(struct vtnet_txq *txq, struct mbuf *m) in vtnet_txq_mq_start_locked()
2764 struct vtnet_txq *txq; in vtnet_txq_mq_start()
2792 struct vtnet_txq *txq; in vtnet_txq_tq_deferred()
2805 vtnet_txq_start(struct vtnet_txq *txq) in vtnet_txq_start()
2827 struct vtnet_txq *txq; in vtnet_txq_tq_intr()
2848 vtnet_txq_eof(struct vtnet_txq *txq) in vtnet_txq_eof()
2882 struct vtnet_txq *txq; in vtnet_tx_vq_intr()
2921 struct vtnet_txq *txq; in vtnet_tx_start_all()
2939 struct vtnet_txq *txq; in vtnet_qflush()
2958 vtnet_watchdog(struct vtnet_txq *txq) in vtnet_watchdog()
3077 struct vtnet_txq *txq; in vtnet_start_taskqueues()
3114 struct vtnet_txq *txq; in vtnet_free_taskqueues()
3136 struct vtnet_txq *txq; in vtnet_drain_taskqueues()
3157 struct vtnet_txq *txq; in vtnet_drain_rxtx_queues()
3173 struct vtnet_txq *txq; in vtnet_stop_rendezvous()
3328 struct vtnet_txq *txq; in vtnet_init_tx_queues()
4124 struct sysctl_oid_list *child, struct vtnet_txq *txq) in vtnet_setup_txq_sysctl()
4312 vtnet_txq_enable_intr(struct vtnet_txq *txq) in vtnet_txq_enable_intr()
4329 vtnet_txq_disable_intr(struct vtnet_txq *txq) in vtnet_txq_disable_intr()
4446 struct vtnet_txq *txq; in vtnet_debugnet_transmit()