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
2326
if (!(status & sc->
sk_intrmask
))
2384
CSR_WRITE_4(sc, SK_IMR, sc->
sk_intrmask
);
2851
sc->
sk_intrmask
|= SK_INTRS1;
2853
sc->
sk_intrmask
|= SK_INTRS2;
2855
sc->
sk_intrmask
|= SK_ISR_EXTERNAL_REG;
2857
CSR_WRITE_4(sc, SK_IMR, sc->
sk_intrmask
);
2942
sc->
sk_intrmask
&= ~SK_INTRS1;
2944
sc->
sk_intrmask
&= ~SK_INTRS2;
2945
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 17 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025