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)
int iwx_alloc_rx_ring(struct iwx_softc *, struct iwx_rx_ring *);
void iwx_reset_rx_ring(struct iwx_softc *, struct iwx_rx_ring *);
void iwx_free_rx_ring(struct iwx_softc *, struct iwx_rx_ring *);
void iwx_update_rx_desc(struct iwx_softc *, struct iwx_rx_ring *, int);
iwx_update_rx_desc(struct iwx_softc *sc, struct iwx_rx_ring *ring, int idx)
struct iwx_rx_ring *ring = &sc->rxq;
struct iwx_rx_ring rxq;