Home
last modified time | relevance | path

Searched refs:IGC_ATTACH_INTR_ALLOC (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/
H A Digc.c885 igc->igc_attach |= IGC_ATTACH_INTR_ALLOC; in igc_intr_init()
1590 if ((igc->igc_attach & IGC_ATTACH_INTR_ALLOC) != 0) { in igc_cleanup()
1598 igc->igc_attach &= ~IGC_ATTACH_INTR_ALLOC; in igc_cleanup()
H A Digc.h152 IGC_ATTACH_INTR_ALLOC = 1 << 1, enumerator