Home
last modified time | relevance | path

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.c154 HAL_RX_QUEUE qtype, int dosched);
156 HAL_RX_QUEUE qtype, int dosched);
313 int dosched) in ath_edma_recv_sched_queue() argument
316 __func__, qtype, dosched); in ath_edma_recv_sched_queue()
322 ath_edma_recv_proc_queue(sc, qtype, dosched); in ath_edma_recv_sched_queue()
335 ath_edma_recv_sched(struct ath_softc *sc, int dosched) in ath_edma_recv_sched() argument
339 __func__, dosched); in ath_edma_recv_sched()
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()
410 int dosched) in ath_edma_recv_proc_queue() argument
[all …]
H A Dif_ath_tx_edma.c139 static void ath_edma_tx_processq(struct ath_softc *sc, int dosched);
794 ath_edma_tx_processq(struct ath_softc *sc, int dosched) in ath_edma_tx_processq() argument
1029 if (dosched) { in ath_edma_tx_processq()
H A Dif_ath_rx.c1510 ath_legacy_recv_sched(struct ath_softc *sc, int dosched) in ath_legacy_recv_sched() argument
1518 int dosched) in ath_legacy_recv_sched_queue() argument
H A Dif_athvar.h514 HAL_RX_QUEUE q, int dosched);
515 void (*recv_sched)(struct ath_softc *sc, int dosched);
H A Dif_ath.c189 int dosched);
4439 ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq, int dosched) in ath_tx_processq() argument
4481 else if ((sc->sc_debug & ATH_DEBUG_RESET) && (dosched == 0)) in ath_tx_processq()
4580 if (dosched) { in ath_tx_processq()