Searched refs:nfe_tx_ring (Results 1 – 2 of 2) sorted by relevance
27 struct nfe_tx_ring { struct78 struct nfe_tx_ring txq;
79 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()