HAL_RX_QUEUE
uint32_t __ahdecl(*ah_getRxDP)(struct ath_hal*, HAL_RX_QUEUE);
void __ahdecl(*ah_setRxDP)(struct ath_hal*, uint32_t rxdp, HAL_RX_QUEUE);
extern uint32_t ar5210GetRxDP(struct ath_hal *, HAL_RX_QUEUE);
extern void ar5210SetRxDP(struct ath_hal *, uint32_t rxdp, HAL_RX_QUEUE);
ar5210GetRxDP(struct ath_hal *ah, HAL_RX_QUEUE qtype)
ar5210SetRxDP(struct ath_hal *ah, uint32_t rxdp, HAL_RX_QUEUE qtype)
extern uint32_t ar5211GetRxDP(struct ath_hal *, HAL_RX_QUEUE);
extern void ar5211SetRxDP(struct ath_hal *, uint32_t rxdp, HAL_RX_QUEUE);
ar5211GetRxDP(struct ath_hal *ah, HAL_RX_QUEUE qtype)
ar5211SetRxDP(struct ath_hal *ah, uint32_t rxdp, HAL_RX_QUEUE qtype)
extern uint32_t ar5212GetRxDP(struct ath_hal *ath, HAL_RX_QUEUE);
extern void ar5212SetRxDP(struct ath_hal *ah, uint32_t rxdp, HAL_RX_QUEUE);
ar5212GetRxDP(struct ath_hal *ath, HAL_RX_QUEUE qtype)
ar5212SetRxDP(struct ath_hal *ah, uint32_t rxdp, HAL_RX_QUEUE qtype)
ath_legacy_recv_sched_queue(struct ath_softc *sc, HAL_RX_QUEUE q,
uint64_t tsf, int nf, HAL_RX_QUEUE qtype, struct ath_buf *bf,
HAL_STATUS status, uint64_t tsf, int nf, HAL_RX_QUEUE qtype,
static int ath_edma_rxfifo_alloc(struct ath_softc *sc, HAL_RX_QUEUE qtype,
static int ath_edma_rxfifo_flush(struct ath_softc *sc, HAL_RX_QUEUE qtype);
HAL_RX_QUEUE qtype, int dosched);
HAL_RX_QUEUE qtype, int dosched);
ath_edma_reinit_fifo(struct ath_softc *sc, HAL_RX_QUEUE qtype)
ath_edma_recv_sched_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype,
ath_edma_recv_proc_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype,
ath_edma_recv_proc_deferred_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype,
ath_edma_rxfifo_alloc(struct ath_softc *sc, HAL_RX_QUEUE qtype, int nbufs)
ath_edma_rxfifo_flush(struct ath_softc *sc, HAL_RX_QUEUE qtype)
ath_edma_setup_rxfifo(struct ath_softc *sc, HAL_RX_QUEUE qtype)
ath_edma_rxfifo_free(struct ath_softc *sc, HAL_RX_QUEUE qtype)
HAL_RX_QUEUE q, int dosched);