Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h205 #define ATTACH_PROGRESS_PROPS 0x0004 /* Properties initialized */ macro
H A Dixgbe_main.c512 ixgbe->attach_progress |= ATTACH_PROGRESS_PROPS; in ixgbe_attach()
892 if (ixgbe->attach_progress & ATTACH_PROGRESS_PROPS) { in ixgbe_unconfigure()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sw.h187 #define ATTACH_PROGRESS_PROPS 0x0004 /* Properties initialized */ macro
H A Digb_main.c516 igb->attach_progress |= ATTACH_PROGRESS_PROPS; in igb_attach()
824 if (igb->attach_progress & ATTACH_PROGRESS_PROPS) { in igb_unconfigure()