Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_vmx.c131 struct vmxnet3_rxqueue { struct
142 struct vmxnet3_rxqueue rx; argument
193 void vmxnet3_rxinit(struct vmxnet3_softc *, struct vmxnet3_rxqueue *);
195 void vmxnet3_rxstop(struct vmxnet3_softc *, struct vmxnet3_rxqueue *);
205 void vmxnet3_rxintr(struct vmxnet3_softc *, struct vmxnet3_rxqueue *);
231 struct vmxnet3_rxqueue *, int);
623 struct vmxnet3_rxqueue *rq = &sc->sc_q[queue].rx; in vmxnet3_alloc_rxring()
786 vmxnet3_rxinit(struct vmxnet3_softc *sc, struct vmxnet3_rxqueue *rq) in vmxnet3_rxinit()
846 vmxnet3_rxstop(struct vmxnet3_softc *sc, struct vmxnet3_rxqueue *rq) in vmxnet3_rxstop()
1086 vmxnet3_rxintr(struct vmxnet3_softc *sc, struct vmxnet3_rxqueue *rq) in vmxnet3_rxintr()
[all …]