Searched refs:dosched (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/sys/dev/ath/ |
| D | if_ath_rx_edma.c | 152 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 …]
|
| D | if_ath_tx_edma.c | 137 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()
|
| D | if_ath_rx.c | 1226 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
|
| D | if_athvar.h | 491 HAL_RX_QUEUE q, int dosched); 492 void (*recv_sched)(struct ath_softc *sc, int dosched);
|
| D | if_ath.c | 186 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/ |
| D | tc.sched.c | 63 dosched(Char **v, struct command *c) in dosched() function
|
| D | tc.decls.h | 255 extern void dosched (Char **, struct command *);
|
| D | sh.init.c | 132 { "sched", dosched, 0, INF },
|