Home
last modified time | relevance | path

Searched refs:vmxnet3_txqueue (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dif_vmx.c194 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 **);
[all …]