Searched refs:ath_edma_recv_proc_queue (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/dev/ath/ |
| HD | if_ath_rx_edma.c | 151 static void ath_edma_recv_proc_queue(struct ath_softc *sc, 288 ath_edma_recv_proc_queue(sc, qtype, dosched); in ath_edma_recv_sched_queue() 296 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_HP, dosched); in ath_edma_recv_sched() 297 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_LP, dosched); in ath_edma_recv_sched() 314 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_HP, 0); in ath_edma_recv_flush() 315 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_LP, 0); in ath_edma_recv_flush() 332 ath_edma_recv_proc_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype, in ath_edma_recv_proc_queue() function 554 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_HP, 1); in ath_edma_recv_tasklet() 555 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_LP, 1); in ath_edma_recv_tasklet()
|