OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_nintr
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/mips/cavium/dev/
octeon_cib.c
78
u_int
sc_nintr
;
member in struct:octeon_cib_softc
149
sc->
sc_nintr
= max_bits;
187
if (bit > sc->
sc_nintr
) {
octeon_cib.c
78
u_int
sc_nintr
;
member in struct:octeon_cib_softc
149
sc->
sc_nintr
= max_bits;
187
if (bit > sc->
sc_nintr
) {
/src/sys/dev/pci/
ahcisata_pci.c
216
int
sc_nintr
;
member in struct:ahci_pci_softc
309
KASSERT(psc->
sc_nintr
> 0);
313
if (psc->
sc_nintr
== 1 || sc->sc_ghc_mrsm) {
336
if (sc->sc_atac.atac_nchannels > psc->
sc_nintr
337
&& port >= (psc->
sc_nintr
- 1)) {
340
vec = psc->
sc_nintr
- 1;
356
KASSERT(port < psc->
sc_nintr
);
423
psc->
sc_nintr
= counts[pci_intr_type(pa->pa_pc, psc->sc_pihp[0])];
424
psc->sc_ih = kmem_zalloc(sizeof(void *) * psc->
sc_nintr
, KM_SLEEP);
461
pci_intr_release(psc->sc_pc, psc->sc_pihp, psc->
sc_nintr
);
[
all
...]
ahcisata_pci.c
216
int
sc_nintr
;
member in struct:ahci_pci_softc
309
KASSERT(psc->
sc_nintr
> 0);
313
if (psc->
sc_nintr
== 1 || sc->sc_ghc_mrsm) {
336
if (sc->sc_atac.atac_nchannels > psc->
sc_nintr
337
&& port >= (psc->
sc_nintr
- 1)) {
340
vec = psc->
sc_nintr
- 1;
356
KASSERT(port < psc->
sc_nintr
);
423
psc->
sc_nintr
= counts[pci_intr_type(pa->pa_pc, psc->sc_pihp[0])];
424
psc->sc_ih = kmem_zalloc(sizeof(void *) * psc->
sc_nintr
, KM_SLEEP);
461
pci_intr_release(psc->sc_pc, psc->sc_pihp, psc->
sc_nintr
);
[
all
...]
Completed in 23 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025