Searched refs:ATTACH_PROGRESS_INIT (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h205 #define ATTACH_PROGRESS_INIT 0x0080 /* Device initialized */ macro
H A Dixgbe_main.c601 ixgbe->attach_progress |= ATTACH_PROGRESS_INIT;
861 if (ixgbe->attach_progress & ATTACH_PROGRESS_INIT) {
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h242 #define ATTACH_PROGRESS_INIT 0x0100 /* Driver initialization */ macro
H A De1000g_main.c538 Adapter->attach_progress |= ATTACH_PROGRESS_INIT;
1126 if (Adapter->attach_progress & ATTACH_PROGRESS_INIT) {
1920 if (!(Adapter->attach_progress & ATTACH_PROGRESS_INIT)) {
1941 Adapter->attach_progress |= ATTACH_PROGRESS_INIT;
2033 Adapter->attach_progress &= ~ATTACH_PROGRESS_INIT;

Completed in 72 milliseconds