Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_nfevar.h27 struct nfe_tx_ring { struct
78 struct nfe_tx_ring txq;
H A Dif_nfe.c79 int nfe_alloc_tx_ring(struct nfe_softc *, struct nfe_tx_ring *);
80 void nfe_reset_tx_ring(struct nfe_softc *, struct nfe_tx_ring *);
81 void nfe_free_tx_ring(struct nfe_softc *, struct nfe_tx_ring *);
1316 nfe_alloc_tx_ring(struct nfe_softc *sc, struct nfe_tx_ring *ring) in nfe_alloc_tx_ring()
1385 nfe_reset_tx_ring(struct nfe_softc *sc, struct nfe_tx_ring *ring) in nfe_reset_tx_ring()
1415 nfe_free_tx_ring(struct nfe_softc *sc, struct nfe_tx_ring *ring) in nfe_free_tx_ring()