Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/igb/
H A Digb_sw.h182 #define ATTACH_PROGRESS_PCI_CONFIG 0x0001 /* PCI config setup */ macro
H A Digb_main.c478 igb->attach_progress |= ATTACH_PROGRESS_PCI_CONFIG; in igb_attach()
815 if (igb->attach_progress & ATTACH_PROGRESS_PCI_CONFIG) { in igb_unconfigure()
/titanic_50/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h199 #define ATTACH_PROGRESS_PCI_CONFIG 0x0001 /* PCI config setup */ macro
H A Dixgbe_main.c470 ixgbe->attach_progress |= ATTACH_PROGRESS_PCI_CONFIG; in ixgbe_attach()
880 if (ixgbe->attach_progress & ATTACH_PROGRESS_PCI_CONFIG) { in ixgbe_unconfigure()
/titanic_50/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h234 #define ATTACH_PROGRESS_PCI_CONFIG 0x0001 /* PCI config setup */ macro
H A De1000g_main.c464 Adapter->attach_progress |= ATTACH_PROGRESS_PCI_CONFIG; in e1000g_attach()
1156 if (Adapter->attach_progress & ATTACH_PROGRESS_PCI_CONFIG) { in e1000g_unattach()