Searched refs:HAL_RX_QUEUE (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath_rx.h60 HAL_STATUS status, uint64_t tsf, int nf, HAL_RX_QUEUE qtype,
H A Dif_ath_rx_edma.c147 static int ath_edma_rxfifo_alloc(struct ath_softc *sc, HAL_RX_QUEUE qtype,
149 static int ath_edma_rxfifo_flush(struct ath_softc *sc, HAL_RX_QUEUE qtype);
152 HAL_RX_QUEUE qtype, int dosched);
154 HAL_RX_QUEUE qtype, int dosched);
188 ath_edma_reinit_fifo(struct ath_softc *sc, HAL_RX_QUEUE qtype)
284 ath_edma_recv_sched_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype,
332 ath_edma_recv_proc_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype,
470 ath_edma_recv_proc_deferred_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype,
725 ath_edma_rxfifo_alloc(struct ath_softc *sc, HAL_RX_QUEUE qtype, int nbufs)
792 ath_edma_rxfifo_flush(struct ath_softc *sc, HAL_RX_QUEUE qtyp
[all...]
H A Dif_ath_rx.c518 uint64_t tsf, int nf, HAL_RX_QUEUE qtype, struct ath_buf *bf,
1233 ath_legacy_recv_sched_queue(struct ath_softc *sc, HAL_RX_QUEUE q,
H A Dif_athvar.h491 HAL_RX_QUEUE q, int dosched);
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_recv.c33 ar5211GetRxDP(struct ath_hal *ah, HAL_RX_QUEUE qtype)
44 ar5211SetRxDP(struct ath_hal *ah, uint32_t rxdp, HAL_RX_QUEUE qtype)
H A Dar5211.h215 extern uint32_t ar5211GetRxDP(struct ath_hal *, HAL_RX_QUEUE);
216 extern void ar5211SetRxDP(struct ath_hal *, uint32_t rxdp, HAL_RX_QUEUE);
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_recv.c31 ar9300_get_rx_dp(struct ath_hal *ath, HAL_RX_QUEUE qtype)
44 ar9300_set_rx_dp(struct ath_hal *ah, u_int32_t rxdp, HAL_RX_QUEUE qtype)
H A Dar9300_stub_funcs.h110 extern uint32_t ar9300_Stub_GetRxDP(struct ath_hal *ath, HAL_RX_QUEUE);
112 HAL_RX_QUEUE);
H A Dar9300desc.h561 extern u_int32_t ar9300_get_rx_dp(struct ath_hal *ath, HAL_RX_QUEUE qtype);
562 extern void ar9300_set_rx_dp(struct ath_hal *ah, u_int32_t rxdp, HAL_RX_QUEUE qtype);
H A Dar9300_stub_funcs.c664 ar9300_Stub_GetRxDP(struct ath_hal *ah, HAL_RX_QUEUE qtype)
672 ar9300_Stub_SetRxDP(struct ath_hal *ah, uint32_t rxdp, HAL_RX_QUEUE qtype)
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_recv.c33 ar5210GetRxDP(struct ath_hal *ah, HAL_RX_QUEUE qtype)
44 ar5210SetRxDP(struct ath_hal *ah, uint32_t rxdp, HAL_RX_QUEUE qtype)
H A Dar5210.h190 extern uint32_t ar5210GetRxDP(struct ath_hal *, HAL_RX_QUEUE);
191 extern void ar5210SetRxDP(struct ath_hal *, uint32_t rxdp, HAL_RX_QUEUE);
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_recv.c33 ar5212GetRxDP(struct ath_hal *ath, HAL_RX_QUEUE qtype)
44 ar5212SetRxDP(struct ath_hal *ah, uint32_t rxdp, HAL_RX_QUEUE qtype)
H A Dar5212.h533 extern uint32_t ar5212GetRxDP(struct ath_hal *ath, HAL_RX_QUEUE);
534 extern void ar5212SetRxDP(struct ath_hal *ah, uint32_t rxdp, HAL_RX_QUEUE);
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.h245 } HAL_RX_QUEUE; typedef in typeref:enum:__anon7433
1378 uint32_t __ahdecl(*ah_getRxDP)(struct ath_hal*, HAL_RX_QUEUE);
1379 void __ahdecl(*ah_setRxDP)(struct ath_hal*, uint32_t rxdp, HAL_RX_QUEUE);

Completed in 210 milliseconds