iwx_rx_ring
iwx_alloc_rx_ring(struct iwx_softc *sc, struct iwx_rx_ring *ring)
iwx_reset_rx_ring(struct iwx_softc *sc, struct iwx_rx_ring *ring)
iwx_free_rx_ring(struct iwx_softc *sc, struct iwx_rx_ring *ring)
static int iwx_alloc_rx_ring(struct iwx_softc *, struct iwx_rx_ring *);
static void iwx_reset_rx_ring(struct iwx_softc *, struct iwx_rx_ring *);
static void iwx_free_rx_ring(struct iwx_softc *, struct iwx_rx_ring *);
iwx_update_rx_desc(struct iwx_softc *sc, struct iwx_rx_ring *ring, int idx,
struct iwx_rx_ring *ring = &sc->rxq;
static void iwx_update_rx_desc(struct iwx_softc *, struct iwx_rx_ring *, int, bus_dma_segment_t *);
struct iwx_rx_ring rxq;