ixl_rx_ring
struct ixl_rx_ring *iv_rxr;
static struct ixl_rx_ring *
static void ixl_rxr_config(struct ixl_softc *, struct ixl_rx_ring *);
static int ixl_rxr_enabled(struct ixl_softc *, struct ixl_rx_ring *);
static int ixl_rxr_disabled(struct ixl_softc *, struct ixl_rx_ring *);
static void ixl_rxr_unconfig(struct ixl_softc *, struct ixl_rx_ring *);
static void ixl_rxr_clean(struct ixl_softc *, struct ixl_rx_ring *);
static void ixl_rxr_free(struct ixl_softc *, struct ixl_rx_ring *);
static int ixl_rxeof(struct ixl_softc *, struct ixl_rx_ring *);
static void ixl_rxfill(struct ixl_softc *, struct ixl_rx_ring *);
struct ixl_rx_ring *rxr;
struct ixl_rx_ring *rxr;
static struct ixl_rx_ring *
struct ixl_rx_ring *rxr;
ixl_rxr_clean(struct ixl_softc *sc, struct ixl_rx_ring *rxr)
ixl_rxr_enabled(struct ixl_softc *sc, struct ixl_rx_ring *rxr)
ixl_rxr_disabled(struct ixl_softc *sc, struct ixl_rx_ring *rxr)
ixl_rxr_config(struct ixl_softc *sc, struct ixl_rx_ring *rxr)
ixl_rxr_unconfig(struct ixl_softc *sc, struct ixl_rx_ring *rxr)
ixl_rxr_free(struct ixl_softc *sc, struct ixl_rx_ring *rxr)
ixl_rxeof(struct ixl_softc *sc, struct ixl_rx_ring *rxr)
ixl_rxfill(struct ixl_softc *sc, struct ixl_rx_ring *rxr)
struct ixl_rx_ring *rxr = arg;
struct ixl_rx_ring *ring;