ixl_tx_ring
struct ixl_tx_ring *iv_txr;
static struct ixl_tx_ring *
static void ixl_txr_qdis(struct ixl_softc *, struct ixl_tx_ring *, int);
static void ixl_txr_config(struct ixl_softc *, struct ixl_tx_ring *);
static int ixl_txr_enabled(struct ixl_softc *, struct ixl_tx_ring *);
static int ixl_txr_disabled(struct ixl_softc *, struct ixl_tx_ring *);
static void ixl_txr_unconfig(struct ixl_softc *, struct ixl_tx_ring *);
static void ixl_txr_clean(struct ixl_softc *, struct ixl_tx_ring *);
static void ixl_txr_free(struct ixl_softc *, struct ixl_tx_ring *);
static int ixl_txeof(struct ixl_softc *, struct ixl_tx_ring *);
struct ixl_tx_ring *txr;
struct ixl_tx_ring *txr;
static struct ixl_tx_ring *
struct ixl_tx_ring *txr;
ixl_txr_qdis(struct ixl_softc *sc, struct ixl_tx_ring *txr, int enable)
ixl_txr_config(struct ixl_softc *sc, struct ixl_tx_ring *txr)
ixl_txr_unconfig(struct ixl_softc *sc, struct ixl_tx_ring *txr)
ixl_txr_clean(struct ixl_softc *sc, struct ixl_tx_ring *txr)
ixl_txr_enabled(struct ixl_softc *sc, struct ixl_tx_ring *txr)
ixl_txr_disabled(struct ixl_softc *sc, struct ixl_tx_ring *txr)
ixl_txr_free(struct ixl_softc *sc, struct ixl_tx_ring *txr)
ixl_tx_setup_offload(struct mbuf *m0, struct ixl_tx_ring *txr,
struct ixl_tx_ring *txr = ifq->ifq_softc;
ixl_txeof(struct ixl_softc *sc, struct ixl_tx_ring *txr)