OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sk_intrhand
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/
if_mskvar.h
187
void *
sk_intrhand
; /* irq handler handle */
member in struct:sk_softc
if_skvar.h
188
void *
sk_intrhand
; /* irq handler handle */
member in struct:sk_softc
if_msk.c
1542
sc->
sk_intrhand
= pci_intr_establish_xname(pc, sc->sk_pihp[0], IPL_NET,
1544
if (sc->
sk_intrhand
== NULL) {
1835
pci_intr_disestablish(pc, sc->
sk_intrhand
);
1836
sc->
sk_intrhand
= NULL;
1848
if (sc->
sk_intrhand
) {
1849
pci_intr_disestablish(sc->sk_pc, sc->
sk_intrhand
);
1850
sc->
sk_intrhand
= NULL;
if_sk.c
1615
sc->
sk_intrhand
= pci_intr_establish_xname(pc, ih, IPL_NET, sk_intr,
1617
if (sc->
sk_intrhand
== NULL) {
1832
pci_intr_disestablish(pc, sc->
sk_intrhand
);
Completed in 16 milliseconds
Indexes created Mon Oct 20 08:09:54 GMT 2025