vmxnet3_txqueue
struct vmxnet3_txqueue *txq;
struct vmxnet3_txqueue *txq;
vmxnet3_destroy_txq(struct vmxnet3_txqueue *txq)
struct vmxnet3_txqueue *txq;
struct vmxnet3_txqueue *txq;
struct vmxnet3_txqueue *txq;
txs->driver_data_len = sizeof(struct vmxnet3_txqueue);
struct vmxnet3_txqueue *txq;
struct vmxnet3_txqueue *txq;
vmxnet3_txq_eof(struct vmxnet3_txqueue *txq, u_int limit)
struct vmxnet3_txqueue vxq_txqueue;
struct vmxnet3_txqueue *txq;
struct vmxnet3_txqueue *txq;
struct vmxnet3_txqueue *txq;
vmxnet3_txstop(struct vmxnet3_softc *sc, struct vmxnet3_txqueue *txq)
struct vmxnet3_txqueue *txq;
vmxnet3_txinit(struct vmxnet3_softc *sc, struct vmxnet3_txqueue *txq)
vmxnet3_txq_offload_ctx(struct vmxnet3_txqueue *txq, struct mbuf *m,
vmxnet3_txq_load_mbuf(struct vmxnet3_txqueue *txq, struct mbuf **m0,
vmxnet3_txq_unload_mbuf(struct vmxnet3_txqueue *txq, bus_dmamap_t dmap)
vmxnet3_txq_encap(struct vmxnet3_txqueue *txq, struct mbuf **m0)
vmxnet3_tx_common_locked(struct ifnet *ifp, struct vmxnet3_txqueue *txq, int txtype)
struct vmxnet3_txqueue *txq;
struct vmxnet3_txqueue *txq;
vmxnet3_transmit_locked(struct ifnet *ifp, struct vmxnet3_txqueue *txq)
struct vmxnet3_txqueue *txq;
struct vmxnet3_txqueue *txq = arg;
vmxnet3_watchdog(struct vmxnet3_txqueue *txq)
static void vmxnet3_destroy_txq(struct vmxnet3_txqueue *);
static bool vmxnet3_txq_eof(struct vmxnet3_txqueue *, u_int);
static void vmxnet3_txstop(struct vmxnet3_softc *, struct vmxnet3_txqueue *);
static void vmxnet3_txinit(struct vmxnet3_softc *, struct vmxnet3_txqueue *);
static int vmxnet3_txq_offload_ctx(struct vmxnet3_txqueue *, struct mbuf *, int *, int *);
static int vmxnet3_txq_load_mbuf(struct vmxnet3_txqueue *, struct mbuf **, bus_dmamap_t);
static void vmxnet3_txq_unload_mbuf(struct vmxnet3_txqueue *, bus_dmamap_t);
static int vmxnet3_txq_encap(struct vmxnet3_txqueue *, struct mbuf **);
static void vmxnet3_transmit_locked(struct ifnet *, struct vmxnet3_txqueue *);
static int vmxnet3_watchdog(struct vmxnet3_txqueue *);