vmxnet3_txqueue
struct vmxnet3_txqueue *txq;
struct vmxnet3_txqueue *txq;
sc->vmx_txq = kmalloc(sizeof(struct vmxnet3_txqueue) *
vmxnet3_destroy_txq(struct vmxnet3_txqueue *txq)
static void vmxnet3_destroy_txq(struct vmxnet3_txqueue *);
struct vmxnet3_txqueue *txq;
struct vmxnet3_txqueue *txq;
static void vmxnet3_txq_eof(struct vmxnet3_txqueue *);
struct vmxnet3_txqueue *txq;
static void vmxnet3_txstop(struct vmxnet3_softc *, struct vmxnet3_txqueue *);
static void vmxnet3_txinit(struct vmxnet3_softc *, struct vmxnet3_txqueue *);
txs->driver_data_len = sizeof(struct vmxnet3_txqueue);
static int vmxnet3_txq_offload_ctx(struct vmxnet3_txqueue *,struct mbuf *,
static int vmxnet3_txq_load_mbuf(struct vmxnet3_txqueue *, struct mbuf **,
static void vmxnet3_txq_unload_mbuf(struct vmxnet3_txqueue *, bus_dmamap_t);
static int vmxnet3_txq_encap(struct vmxnet3_txqueue *, struct mbuf **);
static int vmxnet3_txq_mq_start_locked(struct vmxnet3_txqueue *,
static void vmxnet3_txq_start(struct vmxnet3_txqueue *);
vmxnet3_txq_eof(struct vmxnet3_txqueue *txq)
static int vmxnet3_watchdog(struct vmxnet3_txqueue *);
static void vmxnet3_txq_accum_stats(struct vmxnet3_txqueue *,
static void vmxnet3_setup_txq_sysctl(struct vmxnet3_txqueue *,
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)
struct vmxnet3_txqueue *txq;
struct vmxnet3_txqueue *txq;
vmxnet3_txq_mq_start_locked(struct vmxnet3_txqueue *txq, struct mbuf *m)
struct vmxnet3_txqueue *txq;
struct vmxnet3_txqueue *txq;
vmxnet3_txq_start(struct vmxnet3_txqueue *txq)
struct vmxnet3_txqueue *txq;
struct vmxnet3_txqueue *txq;
vmxnet3_watchdog(struct vmxnet3_txqueue *txq)
vmxnet3_txq_accum_stats(struct vmxnet3_txqueue *txq,
vmxnet3_setup_txq_sysctl(struct vmxnet3_txqueue *txq,
struct vmxnet3_txqueue *txq = &sc->vmx_txq[i];
struct vmxnet3_txqueue *txq;
struct vmxnet3_txqueue *txq;
struct vmxnet3_txqueue *vmx_txq;