OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_queue
(Results
1 - 3
of
3
) sorted by relevancy
/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,
/src/sys/dev/pci/
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
...]
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
...]
Completed in 23 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025