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.c155 static void ath_edma_recv_proc_queue(struct ath_softc *sc,
324 ath_edma_recv_proc_queue(sc, qtype, dosched);
347 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_HP, dosched);
348 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_LP, dosched);
382 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_HP, 0);
383 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_LP, 0);
411 ath_edma_recv_proc_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype, function

Completed in 92 milliseconds