nfe_tx_ring
static int nfe_alloc_tx_ring(struct nfe_softc *, struct nfe_tx_ring *);
static void nfe_init_tx_ring(struct nfe_softc *, struct nfe_tx_ring *);
static void nfe_free_tx_ring(struct nfe_softc *, struct nfe_tx_ring *);
nfe_alloc_tx_ring(struct nfe_softc *sc, struct nfe_tx_ring *ring)
nfe_init_tx_ring(struct nfe_softc *sc, struct nfe_tx_ring *ring)
nfe_free_tx_ring(struct nfe_softc *sc, struct nfe_tx_ring *ring)
struct nfe_tx_ring *tx_ring;
struct nfe_tx_ring txq;