OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bge_intrhand
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_bgevar.h
288
void *
bge_intrhand
;
member in struct:bge_softc
if_bge.c
3646
sc->
bge_intrhand
= pci_intr_establish_xname(pc, sc->bge_pihp[0],
3648
if (sc->
bge_intrhand
== NULL) {
4155
if (sc->
bge_intrhand
!= NULL) {
4156
pci_intr_disestablish(sc->sc_pc, sc->
bge_intrhand
);
4158
sc->
bge_intrhand
= NULL;
Completed in 15 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025