OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_softih
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/pci/
nvme_pci.c
229
sc->
sc_softih
= kmem_zalloc(
230
sizeof(*sc->
sc_softih
) * psc->psc_nintrs, KM_SLEEP);
244
kmem_free(sc->
sc_softih
, sizeof(*sc->
sc_softih
) * psc->psc_nintrs);
303
kmem_free(sc->
sc_softih
, sizeof(*sc->
sc_softih
) * psc->psc_nintrs);
304
sc->
sc_softih
= NULL;
362
sc->
sc_softih
[qid] = softint_establish(
365
if (sc->
sc_softih
[qid] == NULL) {
411
if (sc->
sc_softih
) {
[
all
...]
/src/sys/dev/sbus/
spifvar.h
69
void *
sc_softih
; /* soft interrupt vector */
member in struct:spif_softc
spif.c
237
sc->
sc_softih
= softint_establish(SOFTINT_SERIAL, spif_softintr, sc);
238
if (sc->
sc_softih
== NULL) {
888
softint_schedule(sc->
sc_softih
);
/src/sys/arch/arm/apple/
apple_nvme.c
300
sc->
sc_softih
[qid] = softint_establish(
303
if (sc->
sc_softih
[qid] == NULL) {
334
if (sc->
sc_softih
) {
335
softint_disestablish(sc->
sc_softih
[qid]);
336
sc->
sc_softih
[qid] = NULL;
417
sc->
sc_softih
= kmem_zalloc(sizeof(*sc->
sc_softih
) * asc->asc_nintrs,
/src/sys/dev/ic/
nvmevar.h
144
void **
sc_softih
; /* softintr handlers */
member in struct:nvme_softc
nvme.c
2043
softint_schedule(sc->
sc_softih
[0]);
2077
KASSERT(q->q_sc->
sc_softih
);
2078
KASSERT(q->q_sc->
sc_softih
[q->q_id]);
2084
softint_schedule(q->q_sc->
sc_softih
[q->q_id]);
Completed in 14 milliseconds
Indexes created Sat Oct 18 16:10:06 GMT 2025