Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ath/
Dif_ath_rx_edma.c152 HAL_RX_QUEUE qtype, int dosched);
154 HAL_RX_QUEUE qtype, int dosched);
285 int dosched) in ath_edma_recv_sched_queue() argument
288 ath_edma_recv_proc_queue(sc, qtype, dosched); in ath_edma_recv_sched_queue()
293 ath_edma_recv_sched(struct ath_softc *sc, int dosched) in ath_edma_recv_sched() argument
296 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_HP, dosched); in ath_edma_recv_sched()
297 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_LP, dosched); in ath_edma_recv_sched()
333 int dosched) in ath_edma_recv_proc_queue() argument
410 if (dosched) in ath_edma_recv_proc_queue()
424 if (dosched && sc->sc_kickpcu) { in ath_edma_recv_proc_queue()
[all …]
Dif_ath_tx_edma.c137 static void ath_edma_tx_processq(struct ath_softc *sc, int dosched);
607 ath_edma_tx_processq(struct ath_softc *sc, int dosched) in ath_edma_tx_processq() argument
829 if (dosched) in ath_edma_tx_processq()
848 if (dosched) in ath_edma_tx_processq()
Dif_ath_rx.c1226 ath_legacy_recv_sched(struct ath_softc *sc, int dosched) in ath_legacy_recv_sched() argument
1234 int dosched) in ath_legacy_recv_sched_queue() argument
Dif_athvar.h491 HAL_RX_QUEUE q, int dosched);
492 void (*recv_sched)(struct ath_softc *sc, int dosched);
Dif_ath.c186 int dosched);
4089 ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq, int dosched) in ath_tx_processq() argument
4131 else if ((sc->sc_debug & ATH_DEBUG_RESET) && (dosched == 0)) in ath_tx_processq()
4228 if (dosched) { in ath_tx_processq()
/freebsd-10-stable/contrib/tcsh/
Dtc.sched.c63 dosched(Char **v, struct command *c) in dosched() function
Dtc.decls.h255 extern void dosched (Char **, struct command *);
Dsh.init.c132 { "sched", dosched, 0, INF },