Lines Matching refs:vmxnet3_txqueue

194 struct vmxnet3_txqueue {  struct
243 struct vmxnet3_txqueue vxq_txqueue;
379 static void vmxnet3_destroy_txq(struct vmxnet3_txqueue *);
400 static bool vmxnet3_txq_eof(struct vmxnet3_txqueue *, u_int);
416 static void vmxnet3_txstop(struct vmxnet3_softc *, struct vmxnet3_txqueue *);
422 static void vmxnet3_txinit(struct vmxnet3_softc *, struct vmxnet3_txqueue *);
432 static int vmxnet3_txq_offload_ctx(struct vmxnet3_txqueue *, struct mbuf *, int *, int *);
433 static int vmxnet3_txq_load_mbuf(struct vmxnet3_txqueue *, struct mbuf **, bus_dmamap_t);
434 static void vmxnet3_txq_unload_mbuf(struct vmxnet3_txqueue *, bus_dmamap_t);
435 static int vmxnet3_txq_encap(struct vmxnet3_txqueue *, struct mbuf **);
438 static void vmxnet3_transmit_locked(struct ifnet *, struct vmxnet3_txqueue *);
446 static int vmxnet3_watchdog(struct vmxnet3_txqueue *);
1077 struct vmxnet3_txqueue *txq; in vmxnet3_set_interrupt_idx()
1159 struct vmxnet3_txqueue *txq; in vmxnet3_init_txq()
1263 vmxnet3_destroy_txq(struct vmxnet3_txqueue *txq) in vmxnet3_destroy_txq()
1385 struct vmxnet3_txqueue *txq; in vmxnet3_alloc_txq_data()
1438 struct vmxnet3_txqueue *txq; in vmxnet3_free_txq_data()
1653 struct vmxnet3_txqueue *txq; in vmxnet3_init_shared_data()
1716 txs->driver_data_len = sizeof(struct vmxnet3_txqueue); in vmxnet3_init_shared_data()
1965 struct vmxnet3_txqueue *txq; in vmxnet3_setup_stats()
2025 struct vmxnet3_txqueue *txq; in vmxnet3_teardown_stats()
2118 vmxnet3_txq_eof(struct vmxnet3_txqueue *txq, u_int limit) in vmxnet3_txq_eof()
2519 struct vmxnet3_txqueue *txq; in vmxnet3_legacy_intr()
2564 struct vmxnet3_txqueue *txq; in vmxnet3_txrxq_intr()
2609 struct vmxnet3_txqueue *txq; in vmxnet3_handle_queue()
2676 vmxnet3_txstop(struct vmxnet3_softc *sc, struct vmxnet3_txqueue *txq) in vmxnet3_txstop()
2735 struct vmxnet3_txqueue *txq; in vmxnet3_stop_rendezvous()
2799 vmxnet3_txinit(struct vmxnet3_softc *sc, struct vmxnet3_txqueue *txq) in vmxnet3_txinit()
2985 vmxnet3_txq_offload_ctx(struct vmxnet3_txqueue *txq, struct mbuf *m, in vmxnet3_txq_offload_ctx()
3063 vmxnet3_txq_load_mbuf(struct vmxnet3_txqueue *txq, struct mbuf **m0, in vmxnet3_txq_load_mbuf()
3095 vmxnet3_txq_unload_mbuf(struct vmxnet3_txqueue *txq, bus_dmamap_t dmap) in vmxnet3_txq_unload_mbuf()
3102 vmxnet3_txq_encap(struct vmxnet3_txqueue *txq, struct mbuf **m0) in vmxnet3_txq_encap()
3208 vmxnet3_tx_common_locked(struct ifnet *ifp, struct vmxnet3_txqueue *txq, int txtype) in vmxnet3_tx_common_locked()
3259 struct vmxnet3_txqueue *txq; in vmxnet3_start_locked()
3271 struct vmxnet3_txqueue *txq; in vmxnet3_start()
3304 vmxnet3_transmit_locked(struct ifnet *ifp, struct vmxnet3_txqueue *txq) in vmxnet3_transmit_locked()
3314 struct vmxnet3_txqueue *txq; in vmxnet3_transmit()
3350 struct vmxnet3_txqueue *txq = arg; in vmxnet3_deferred_transmit()
3509 vmxnet3_watchdog(struct vmxnet3_txqueue *txq) in vmxnet3_watchdog()