Home
last modified time | relevance | path

Searched refs:attach_progress (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/uts/sun4v/io/
H A Dvnet.c418 vnet_attach_progress_t attach_progress; in vnetattach() local
420 attach_progress = AST_init; in vnetattach()
440 attach_progress |= AST_vnet_alloc; in vnetattach()
443 attach_progress |= AST_ring_init; in vnetattach()
449 attach_progress |= AST_vdds_init; in vnetattach()
459 attach_progress |= AST_read_macaddr; in vnetattach()
469 attach_progress |= AST_fdbh_alloc; in vnetattach()
478 attach_progress |= AST_taskq_create; in vnetattach()
486 attach_progress |= AST_vnet_list; in vnetattach()
509 attach_progress |= AST_vgen_init; in vnetattach()
[all …]
H A Dvsw.c727 vswp->attach_progress = progress; in vsw_attach()
740 vswp->attach_progress = progress; in vsw_attach()
801 progress = vswp->attach_progress; in vsw_unattach()
914 vswp->attach_progress = progress; in vsw_unattach()
/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c461 ixgbe->attach_progress |= ATTACH_PROGRESS_FM_INIT; in ixgbe_attach()
470 ixgbe->attach_progress |= ATTACH_PROGRESS_PCI_CONFIG; in ixgbe_attach()
487 ixgbe->attach_progress |= ATTACH_PROGRESS_REGS_MAP; in ixgbe_attach()
493 ixgbe->attach_progress |= ATTACH_PROGRESS_PROPS; in ixgbe_attach()
510 ixgbe->attach_progress |= ATTACH_PROGRESS_ALLOC_INTR; in ixgbe_attach()
522 ixgbe->attach_progress |= ATTACH_PROGRESS_ALLOC_RINGS; in ixgbe_attach()
539 ixgbe->attach_progress |= ATTACH_PROGRESS_ADD_INTR; in ixgbe_attach()
550 ixgbe->attach_progress |= ATTACH_PROGRESS_SFP_TASKQ; in ixgbe_attach()
561 ixgbe->attach_progress |= ATTACH_PROGRESS_OVERTEMP_TASKQ; in ixgbe_attach()
572 ixgbe->attach_progress |= ATTACH_PROGRESS_PHY_TASKQ; in ixgbe_attach()
[all …]
H A Dixgbe_sw.h638 uint32_t attach_progress; member
/titanic_44/usr/src/uts/common/io/igb/
H A Digb_main.c469 igb->attach_progress |= ATTACH_PROGRESS_FMINIT; in igb_attach()
478 igb->attach_progress |= ATTACH_PROGRESS_PCI_CONFIG; in igb_attach()
495 igb->attach_progress |= ATTACH_PROGRESS_REGS_MAP; in igb_attach()
501 igb->attach_progress |= ATTACH_PROGRESS_PROPS; in igb_attach()
510 igb->attach_progress |= ATTACH_PROGRESS_ALLOC_INTR; in igb_attach()
523 igb->attach_progress |= ATTACH_PROGRESS_ALLOC_RINGS; in igb_attach()
532 igb->attach_progress |= ATTACH_PROGRESS_ADD_INTR; in igb_attach()
555 igb->attach_progress |= ATTACH_PROGRESS_LOCKS; in igb_attach()
564 igb->attach_progress |= ATTACH_PROGRESS_INIT_ADAPTER; in igb_attach()
573 igb->attach_progress |= ATTACH_PROGRESS_STATS; in igb_attach()
[all …]
H A Digb_sw.h577 uint32_t attach_progress; member
/titanic_44/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.c1721 pLayerPointers->attach_progress = AMD8111S_ATTACH_PCI; in amd8111s_attach()
1734 pLayerPointers->attach_progress |= AMD8111S_ATTACH_RESOURCE; in amd8111s_attach()
1751 pLayerPointers->attach_progress |= AMD8111S_ATTACH_REGS; in amd8111s_attach()
1760 pLayerPointers->attach_progress |= AMD8111S_ATTACH_INTRADDED; in amd8111s_attach()
1770 pLayerPointers->attach_progress |= AMD8111S_ATTACH_RESCHED; in amd8111s_attach()
1800 pLayerPointers->attach_progress |= AMD8111S_ATTACH_MACREGED; in amd8111s_attach()
1850 if (pLayerPointers->attach_progress & AMD8111S_ATTACH_MACREGED) { in amd8111s_unattach()
1857 if (pLayerPointers->attach_progress & AMD8111S_ATTACH_INTRADDED) { in amd8111s_unattach()
1861 if (pLayerPointers->attach_progress & AMD8111S_ATTACH_RESCHED) { in amd8111s_unattach()
1865 if (pLayerPointers->attach_progress & AMD8111S_ATTACH_REGS) { in amd8111s_unattach()
[all …]
H A Damd8111s_hw.h1005 int attach_progress; member
/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_main.c455 Adapter->attach_progress |= ATTACH_PROGRESS_FMINIT; in e1000g_attach()
464 Adapter->attach_progress |= ATTACH_PROGRESS_PCI_CONFIG; in e1000g_attach()
481 Adapter->attach_progress |= ATTACH_PROGRESS_REGS_MAP; in e1000g_attach()
489 Adapter->attach_progress |= ATTACH_PROGRESS_SETUP; in e1000g_attach()
508 Adapter->attach_progress |= ATTACH_PROGRESS_ADD_INTR; in e1000g_attach()
517 Adapter->attach_progress |= ATTACH_PROGRESS_LOCKS; in e1000g_attach()
526 Adapter->attach_progress |= ATTACH_PROGRESS_KSTATS; in e1000g_attach()
538 Adapter->attach_progress |= ATTACH_PROGRESS_INIT; in e1000g_attach()
547 Adapter->attach_progress |= ATTACH_PROGRESS_MAC; in e1000g_attach()
557 Adapter->attach_progress |= ATTACH_PROGRESS_ENABLE_INTR; in e1000g_attach()
[all …]
H A De1000g_sw.h845 uint32_t attach_progress; /* attach tracking */ member
/titanic_44/usr/src/uts/sun4v/sys/
H A Dvsw.h124 vsw_attach_progress_t attach_progress; /* attach progress flags */ member
H A Dvnet.h274 vnet_attach_progress_t attach_progress; /* attach progress flags */ member