Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h206 #define ATTACH_PROGRESS_INIT 0x0080 /* Device initialized */ macro
H A Dixgbe_main.c601 ixgbe->attach_progress |= ATTACH_PROGRESS_INIT; in ixgbe_attach()
863 if (ixgbe->attach_progress & ATTACH_PROGRESS_INIT) { in ixgbe_unconfigure()
/titanic_50/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; in e1000g_attach()
1131 if (Adapter->attach_progress & ATTACH_PROGRESS_INIT) { in e1000g_unattach()
1930 if (!(Adapter->attach_progress & ATTACH_PROGRESS_INIT)) { in e1000g_start()
1951 Adapter->attach_progress |= ATTACH_PROGRESS_INIT; in e1000g_start()
2043 Adapter->attach_progress &= ~ATTACH_PROGRESS_INIT; in e1000g_stop()