Home
last modified time | relevance | path

Searched refs:ath_edma_recv_proc_queue (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_rx_edma.c153 static void ath_edma_recv_proc_queue(struct ath_softc *sc,
322 ath_edma_recv_proc_queue(sc, qtype, dosched); in ath_edma_recv_sched_queue()
345 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_HP, dosched); in ath_edma_recv_sched()
346 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_LP, dosched); in ath_edma_recv_sched()
380 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_HP, 0); in ath_edma_recv_flush()
381 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_LP, 0); in ath_edma_recv_flush()
409 ath_edma_recv_proc_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype, in ath_edma_recv_proc_queue() function