iwi_rx_ring
static int iwi_alloc_rx_ring(struct iwi_softc *, struct iwi_rx_ring *,
static void iwi_reset_rx_ring(struct iwi_softc *, struct iwi_rx_ring *);
static void iwi_free_rx_ring(struct iwi_softc *, struct iwi_rx_ring *);
iwi_alloc_rx_ring(struct iwi_softc *sc, struct iwi_rx_ring *ring, int count)
iwi_reset_rx_ring(struct iwi_softc *sc, struct iwi_rx_ring *ring)
iwi_free_rx_ring(struct iwi_softc *sc, struct iwi_rx_ring *ring)
struct iwi_rx_ring rxq;