Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h204 #define ATTACH_PROGRESS_INIT 0x0080 /* Device initialized */ macro
H A Dixgbe_main.c564 ixgbe->attach_progress |= ATTACH_PROGRESS_INIT; in ixgbe_attach()
812 if (ixgbe->attach_progress & ATTACH_PROGRESS_INIT) { in ixgbe_unconfigure()
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h241 #define ATTACH_PROGRESS_INIT 0x0100 /* Driver initialization */ macro
H A De1000g_main.c538 Adapter->attach_progress |= ATTACH_PROGRESS_INIT; in e1000g_attach()
1114 if (Adapter->attach_progress & ATTACH_PROGRESS_INIT) { in e1000g_unattach()
1899 if (!(Adapter->attach_progress & ATTACH_PROGRESS_INIT)) { in e1000g_start()
1920 Adapter->attach_progress |= ATTACH_PROGRESS_INIT; in e1000g_start()
1977 Adapter->attach_progress &= ~ATTACH_PROGRESS_INIT; in e1000g_stop()