/src/sys/arch/hp300/dev/ |
hpib.c | 157 TAILQ_INIT(&sc->sc_queue); 252 TAILQ_INSERT_TAIL(&sc->sc_queue, hq, hq_list); 255 if (TAILQ_FIRST(&sc->sc_queue) == hq) 268 TAILQ_REMOVE(&sc->sc_queue, hq, hq_list); 271 if ((hq = TAILQ_FIRST(&sc->sc_queue)) != NULL) 372 hq = TAILQ_FIRST(&sc->sc_queue);
|
dma.c | 122 TAILQ_HEAD(, dmaqueue) sc_queue; /* job queue */ 222 TAILQ_INIT(&sc->sc_queue); 330 TAILQ_INSERT_TAIL(&sc->sc_queue, dq, dq_list); 388 for (dn = TAILQ_FIRST(&sc->sc_queue); dn != NULL; 392 TAILQ_REMOVE(&sc->sc_queue, dn, dq_list);
|
hpibvar.h | 199 TAILQ_HEAD(, hpibqueue) sc_queue;
|
fhpib.c | 470 hq = TAILQ_FIRST(&hs->sc_queue); 550 hq = TAILQ_FIRST(&hs->sc_queue); 652 slave = (0x80 >> TAILQ_FIRST(&hs->sc_queue)->hq_slave);
|
nhpib.c | 464 hq = TAILQ_FIRST(&hs->sc_queue); 517 hq = TAILQ_FIRST(&hs->sc_queue); 591 if (nhpibppoll(hs) & (0x80 >> TAILQ_FIRST(&hs->sc_queue)->hq_slave))
|
/src/sys/arch/pmax/tc/ |
dtvar.h | 78 SIMPLEQ_HEAD(, dt_msg) sc_queue;
|
dt.c | 226 SIMPLEQ_INIT(&sc->sc_queue); 306 pend = SIMPLEQ_FIRST(&sc->sc_queue); 307 SIMPLEQ_INSERT_TAIL(&sc->sc_queue, msg, chain.simpleq); 329 msg = SIMPLEQ_FIRST(&sc->sc_queue); 331 SIMPLEQ_REMOVE_HEAD(&sc->sc_queue, chain.simpleq);
|
/src/sys/dev/gpib/ |
gpib.c | 137 TAILQ_INIT(&sc->sc_queue); 220 hdl = TAILQ_FIRST(&sc->sc_queue); 250 TAILQ_INSERT_TAIL(&sc->sc_queue, hdl, hq_list); 251 if (TAILQ_FIRST(&sc->sc_queue) == hdl) 266 TAILQ_REMOVE(&sc->sc_queue, hdl, hq_list); 267 if ((hdl = TAILQ_FIRST(&sc->sc_queue)) != NULL) 282 slave = TAILQ_FIRST(&sc->sc_queue)->hq_slave;
|
gpibvar.h | 178 TAILQ_HEAD(, gpibqueue) sc_queue; /* GPIB job queue */
|
/src/sys/arch/sparc64/dev/ |
lom.c | 190 TAILQ_HEAD(, lom_cmd) sc_queue; 306 TAILQ_INIT(&sc->sc_queue); 484 TAILQ_FOREACH(lcp, &sc->sc_queue, lc_next) { 486 TAILQ_REMOVE(&sc->sc_queue, lc, lc_next); 607 TAILQ_FOREACH(lcp, &sc->sc_queue, lc_next) { 613 TAILQ_INSERT_TAIL(&sc->sc_queue, lc, lc_next); 637 lc = TAILQ_FIRST(&sc->sc_queue); 676 TAILQ_REMOVE(&sc->sc_queue, lc, lc_next); 680 if (!TAILQ_EMPTY(&sc->sc_queue)) { 834 TAILQ_FOREACH(lcp, &sc->sc_queue, lc_next) [all...] |
/src/sys/dev/pci/ |
if_aq.c | 1345 struct aq_queue sc_queue[AQ_RSSQUEUE_MAX]; member in struct:aq_softc 2161 aq_rx_intr, &sc->sc_queue[i].rxring, intr_xname); 2170 aq_tx_intr, &sc->sc_queue[i].txring, intr_xname); 2181 aq_txrx_intr, &sc->sc_queue[i], intr_xname); 4867 sc->sc_queue[n].sc = sc; 4868 sc->sc_queue[n].txring.txr_sc = sc; 4869 sc->sc_queue[n].txring.txr_index = n; 4870 mutex_init(&sc->sc_queue[n].txring.txr_mutex, MUTEX_DEFAULT, 4872 error = aq_txring_alloc(sc, &sc->sc_queue[n].txring); 4876 error = aq_tx_pcq_alloc(sc, &sc->sc_queue[n].txring) [all...] |
ubsecvar.h | 180 SIMPLEQ_HEAD(,ubsec_q) sc_queue; /* packet queue, mcr1 */
|
if_wm.c | 573 struct wm_queue *sc_queue; member in struct:wm_softc 3698 struct wm_rxqueue *rxq = &sc->sc_queue[i].wmq_rxq; 3719 softint_disestablish(sc->sc_queue[i].wmq_si); 3813 struct wm_txqueue *txq = &sc->sc_queue[qid].wmq_txq; 4068 struct wm_txqueue *txq = &sc->sc_queue[i].wmq_txq; 4081 struct wm_txqueue *txq = &sc->sc_queue[i].wmq_txq; 5397 * I219 does not use multiqueue, so it is enough to check sc->sc_queue[0] only. 5435 txq = &sc->sc_queue[0].wmq_txq; 5515 struct wm_txqueue *txq = &sc->sc_queue[i].wmq_txq; 6178 struct wm_queue *wmq = &sc->sc_queue[qidx] [all...] |
ubsec.c | 364 SIMPLEQ_INIT(&sc->sc_queue); 865 q = SIMPLEQ_FIRST(&sc->sc_queue); 866 SIMPLEQ_REMOVE_HEAD(&sc->sc_queue, /*q,*/ q_next); 878 q2 = SIMPLEQ_FIRST(&sc->sc_queue); 884 q2= SIMPLEQ_FIRST(&sc->sc_queue); 885 SIMPLEQ_REMOVE_HEAD(&sc->sc_queue, /*q2,*/ q_next); 908 while (!SIMPLEQ_EMPTY(&sc->sc_queue)) { 920 q = SIMPLEQ_FIRST(&sc->sc_queue); 939 q = SIMPLEQ_FIRST(&sc->sc_queue); 940 SIMPLEQ_REMOVE_HEAD(&sc->sc_queue, /*q,*/ q_next) [all...] |
/src/sys/arch/arm/xscale/ |
pxa2x0_dmac.c | 175 struct dmac_xfer_state_head sc_queue[DMAC_N_PRIORITIES]; member in struct:pxadmac_softc 332 SIMPLEQ_INIT(&sc->sc_queue[i]); 882 dxs->dxs_queue = &sc->sc_queue[DMAC_PRI(dxs->dxs_priority)]; 978 dxs->dxs_queue = &sc->sc_queue[DMAC_PRI(dxs->dxs_priority)]; 999 (dxs = SIMPLEQ_FIRST(&sc->sc_queue[priority])) != NULL && 1006 SIMPLEQ_REMOVE_HEAD(&sc->sc_queue[priority], dxs_link); 1283 &sc->sc_queue[DMAC_PRI(dxs->dxs_priority)]; 1299 &sc->sc_queue[DMAC_PRI(dxs->dxs_priority)], dxs,
|