nfe_tx_ring
nfe_alloc_tx_ring(struct nfe_softc *sc, struct nfe_tx_ring *ring)
nfe_reset_tx_ring(struct nfe_softc *sc, struct nfe_tx_ring *ring)
nfe_free_tx_ring(struct nfe_softc *sc, struct nfe_tx_ring *ring)
int nfe_alloc_tx_ring(struct nfe_softc *, struct nfe_tx_ring *);
void nfe_reset_tx_ring(struct nfe_softc *, struct nfe_tx_ring *);
void nfe_free_tx_ring(struct nfe_softc *, struct nfe_tx_ring *);
struct nfe_tx_ring txq;