Symbol: vmxnet3_txqueue
sys/dev/pci/if_vmx.c
1077
struct vmxnet3_txqueue *txq;
sys/dev/pci/if_vmx.c
1159
struct vmxnet3_txqueue *txq;
sys/dev/pci/if_vmx.c
1263
vmxnet3_destroy_txq(struct vmxnet3_txqueue *txq)
sys/dev/pci/if_vmx.c
1385
struct vmxnet3_txqueue *txq;
sys/dev/pci/if_vmx.c
1438
struct vmxnet3_txqueue *txq;
sys/dev/pci/if_vmx.c
1653
struct vmxnet3_txqueue *txq;
sys/dev/pci/if_vmx.c
1716
txs->driver_data_len = sizeof(struct vmxnet3_txqueue);
sys/dev/pci/if_vmx.c
1965
struct vmxnet3_txqueue *txq;
sys/dev/pci/if_vmx.c
2025
struct vmxnet3_txqueue *txq;
sys/dev/pci/if_vmx.c
2118
vmxnet3_txq_eof(struct vmxnet3_txqueue *txq, u_int limit)
sys/dev/pci/if_vmx.c
243
struct vmxnet3_txqueue vxq_txqueue;
sys/dev/pci/if_vmx.c
2519
struct vmxnet3_txqueue *txq;
sys/dev/pci/if_vmx.c
2564
struct vmxnet3_txqueue *txq;
sys/dev/pci/if_vmx.c
2609
struct vmxnet3_txqueue *txq;
sys/dev/pci/if_vmx.c
2676
vmxnet3_txstop(struct vmxnet3_softc *sc, struct vmxnet3_txqueue *txq)
sys/dev/pci/if_vmx.c
2735
struct vmxnet3_txqueue *txq;
sys/dev/pci/if_vmx.c
2799
vmxnet3_txinit(struct vmxnet3_softc *sc, struct vmxnet3_txqueue *txq)
sys/dev/pci/if_vmx.c
2985
vmxnet3_txq_offload_ctx(struct vmxnet3_txqueue *txq, struct mbuf *m,
sys/dev/pci/if_vmx.c
3063
vmxnet3_txq_load_mbuf(struct vmxnet3_txqueue *txq, struct mbuf **m0,
sys/dev/pci/if_vmx.c
3095
vmxnet3_txq_unload_mbuf(struct vmxnet3_txqueue *txq, bus_dmamap_t dmap)
sys/dev/pci/if_vmx.c
3102
vmxnet3_txq_encap(struct vmxnet3_txqueue *txq, struct mbuf **m0)
sys/dev/pci/if_vmx.c
3208
vmxnet3_tx_common_locked(struct ifnet *ifp, struct vmxnet3_txqueue *txq, int txtype)
sys/dev/pci/if_vmx.c
3259
struct vmxnet3_txqueue *txq;
sys/dev/pci/if_vmx.c
3271
struct vmxnet3_txqueue *txq;
sys/dev/pci/if_vmx.c
3304
vmxnet3_transmit_locked(struct ifnet *ifp, struct vmxnet3_txqueue *txq)
sys/dev/pci/if_vmx.c
3314
struct vmxnet3_txqueue *txq;
sys/dev/pci/if_vmx.c
3350
struct vmxnet3_txqueue *txq = arg;
sys/dev/pci/if_vmx.c
3509
vmxnet3_watchdog(struct vmxnet3_txqueue *txq)
sys/dev/pci/if_vmx.c
379
static void vmxnet3_destroy_txq(struct vmxnet3_txqueue *);
sys/dev/pci/if_vmx.c
400
static bool vmxnet3_txq_eof(struct vmxnet3_txqueue *, u_int);
sys/dev/pci/if_vmx.c
416
static void vmxnet3_txstop(struct vmxnet3_softc *, struct vmxnet3_txqueue *);
sys/dev/pci/if_vmx.c
422
static void vmxnet3_txinit(struct vmxnet3_softc *, struct vmxnet3_txqueue *);
sys/dev/pci/if_vmx.c
432
static int vmxnet3_txq_offload_ctx(struct vmxnet3_txqueue *, struct mbuf *, int *, int *);
sys/dev/pci/if_vmx.c
433
static int vmxnet3_txq_load_mbuf(struct vmxnet3_txqueue *, struct mbuf **, bus_dmamap_t);
sys/dev/pci/if_vmx.c
434
static void vmxnet3_txq_unload_mbuf(struct vmxnet3_txqueue *, bus_dmamap_t);
sys/dev/pci/if_vmx.c
435
static int vmxnet3_txq_encap(struct vmxnet3_txqueue *, struct mbuf **);
sys/dev/pci/if_vmx.c
438
static void vmxnet3_transmit_locked(struct ifnet *, struct vmxnet3_txqueue *);
sys/dev/pci/if_vmx.c
446
static int vmxnet3_watchdog(struct vmxnet3_txqueue *);