OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sk_pihp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_mskvar.h
188
pci_intr_handle_t *
sk_pihp
;
member in struct:sk_softc
if_msk.c
1536
if (pci_intr_alloc(pa, &sc->
sk_pihp
, NULL, 0)) {
1541
intrstr = pci_intr_string(pc, sc->
sk_pihp
[0], intrbuf, sizeof(intrbuf));
1542
sc->sk_intrhand = pci_intr_establish_xname(pc, sc->
sk_pihp
[0], IPL_NET,
1853
if (sc->
sk_pihp
!= NULL) {
1854
pci_intr_release(sc->sk_pc, sc->
sk_pihp
, 1);
1855
sc->
sk_pihp
= NULL;
Completed in 179 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026