Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_gld.c385 igc->igc_attach &= ~IGC_ATTACH_MAC_START; in igc_m_stop()
396 igc->igc_attach |= IGC_ATTACH_MAC_START; in igc_m_start()
450 igc->igc_attach &= ~IGC_ATTACH_MAC_START; in igc_m_start()
1121 if ((igc->igc_attach & IGC_ATTACH_MAC_START) != 0) { in igc_m_setprop()
H A Digc.h164 IGC_ATTACH_MAC_START = 1 << 8, enumerator