Searched refs:dosched (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_rx_edma.c156 HAL_RX_QUEUE qtype, int dosched);
158 HAL_RX_QUEUE qtype, int dosched);
315 int dosched)
317 DPRINTF(sc, ATH_DEBUG_EDMA_RX, "%s: called; qtype=%d, dosched=%d\n",
318 __func__, qtype, dosched);
324 ath_edma_recv_proc_queue(sc, qtype, dosched);
337 ath_edma_recv_sched(struct ath_softc *sc, int dosched) argument
340 DPRINTF(sc, ATH_DEBUG_EDMA_RX, "%s: called; dosched=%d\n",
341 __func__, dosched);
347 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_HP, dosched);
314 ath_edma_recv_sched_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype, int dosched) argument
411 ath_edma_recv_proc_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype, int dosched) argument
550 ath_edma_recv_proc_deferred_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype, int dosched) argument
[all...]
H A Dif_ath_tx_edma.c141 static void ath_edma_tx_processq(struct ath_softc *sc, int dosched);
796 ath_edma_tx_processq(struct ath_softc *sc, int dosched) argument
1031 if (dosched) {
H A Dif_ath_rx.c1511 ath_legacy_recv_sched(struct ath_softc *sc, int dosched) argument
1519 int dosched)
1518 ath_legacy_recv_sched_queue(struct ath_softc *sc, HAL_RX_QUEUE q, int dosched) argument
H A Dif_athvar.h515 HAL_RX_QUEUE q, int dosched);
516 void (*recv_sched)(struct ath_softc *sc, int dosched);
H A Dif_ath.c190 int dosched);
4390 ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq, int dosched) argument
4432 else if ((sc->sc_debug & ATH_DEBUG_RESET) && (dosched == 0))
4531 if (dosched) {

Completed in 144 milliseconds