Lines Matching refs:dosched
154 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
426 DPRINTF(sc, ATH_DEBUG_EDMA_RX, "%s: called; qtype=%d, dosched=%d\n", __func__, qtype, dosched); in ath_edma_recv_proc_queue()
504 if (dosched) in ath_edma_recv_proc_queue()
549 int dosched) in ath_edma_recv_proc_deferred_queue() argument