OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sk_intrmask
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/
if_mskvar.h
196
u_int32_t
sk_intrmask
;
member in struct:sk_softc
if_skvar.h
197
u_int32_t
sk_intrmask
;
member in struct:sk_softc
if_sk.c
2336
if (!(status & sc->
sk_intrmask
))
2394
CSR_WRITE_4(sc, SK_IMR, sc->
sk_intrmask
);
2861
sc->
sk_intrmask
|= SK_INTRS1;
2863
sc->
sk_intrmask
|= SK_INTRS2;
2865
sc->
sk_intrmask
|= SK_ISR_EXTERNAL_REG;
2867
CSR_WRITE_4(sc, SK_IMR, sc->
sk_intrmask
);
2952
sc->
sk_intrmask
&= ~SK_INTRS1;
2954
sc->
sk_intrmask
&= ~SK_INTRS2;
2955
CSR_WRITE_4(sc, SK_IMR, sc->
sk_intrmask
);
if_msk.c
2389
return (status & sc->
sk_intrmask
) != 0;
2677
sc->
sk_intrmask
|= SK_Y2_INTRS1;
2679
sc->
sk_intrmask
|= SK_Y2_INTRS2;
2680
sc->
sk_intrmask
|= SK_Y2_IMR_BMU;
2681
CSR_WRITE_4(sc, SK_IMR, sc->
sk_intrmask
);
2735
sc->
sk_intrmask
&= ~SK_Y2_INTRS1;
2737
sc->
sk_intrmask
&= ~SK_Y2_INTRS2;
2738
CSR_WRITE_4(sc, SK_IMR, sc->
sk_intrmask
);
Completed in 18 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025