Home
last modified time | relevance | path

Searched refs:ATTACH_PROGRESS_LOCKS (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h209 #define ATTACH_PROGRESS_LOCKS 0x0040 /* Locks initialized */ macro
H A Dixgbe_main.c608 ixgbe->attach_progress |= ATTACH_PROGRESS_LOCKS; in ixgbe_attach()
924 if (ixgbe->attach_progress & ATTACH_PROGRESS_LOCKS) { in ixgbe_unconfigure()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sw.h191 #define ATTACH_PROGRESS_LOCKS 0x0040 /* Locks initialized */ macro
H A Digb_main.c570 igb->attach_progress |= ATTACH_PROGRESS_LOCKS; in igb_attach()
868 if (igb->attach_progress & ATTACH_PROGRESS_LOCKS) { in igb_unconfigure()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h239 #define ATTACH_PROGRESS_LOCKS 0x0010 /* Locks initialized */ macro
H A De1000g_main.c518 Adapter->attach_progress |= ATTACH_PROGRESS_LOCKS; in e1000g_attach()
1180 if (Adapter->attach_progress & ATTACH_PROGRESS_LOCKS) { in e1000g_unattach()