Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet.c421 attach_progress = AST_init; in vnetattach()
444 attach_progress |= AST_ring_init; in vnetattach()
450 attach_progress |= AST_vdds_init; in vnetattach()
487 attach_progress |= AST_vnet_list; in vnetattach()
510 attach_progress |= AST_vgen_init; in vnetattach()
517 attach_progress |= AST_macreg; in vnetattach()
523 attach_progress |= AST_init_mdeg; in vnetattach()
525 vnetp->attach_progress = attach_progress; in vnetattach()
531 vnetp->attach_progress = attach_progress; in vnetattach()
584 attach_progress = vnetp->attach_progress; in vnet_unattach()
[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()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c480 ixgbe->attach_progress |= ATTACH_PROGRESS_FM_INIT; in ixgbe_attach()
506 ixgbe->attach_progress |= ATTACH_PROGRESS_REGS_MAP; in ixgbe_attach()
512 ixgbe->attach_progress |= ATTACH_PROGRESS_PROPS; in ixgbe_attach()
558 ixgbe->attach_progress |= ATTACH_PROGRESS_ADD_INTR; in ixgbe_attach()
608 ixgbe->attach_progress |= ATTACH_PROGRESS_LOCKS; in ixgbe_attach()
620 ixgbe->attach_progress |= ATTACH_PROGRESS_INIT; in ixgbe_attach()
639 ixgbe->attach_progress |= ATTACH_PROGRESS_STATS; in ixgbe_attach()
649 ixgbe->attach_progress |= ATTACH_PROGRESS_MAC; in ixgbe_attach()
675 ixgbe->attach_progress |= ATTACH_PROGRESS_UFM; in ixgbe_attach()
829 if (ixgbe->attach_progress & ATTACH_PROGRESS_UFM) { in ixgbe_unconfigure()
[all …]
H A Dixgbe_sw.h656 uint32_t attach_progress; member
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c484 igb->attach_progress |= ATTACH_PROGRESS_FMINIT; in igb_attach()
510 igb->attach_progress |= ATTACH_PROGRESS_REGS_MAP; in igb_attach()
516 igb->attach_progress |= ATTACH_PROGRESS_PROPS; in igb_attach()
547 igb->attach_progress |= ATTACH_PROGRESS_ADD_INTR; in igb_attach()
570 igb->attach_progress |= ATTACH_PROGRESS_LOCKS; in igb_attach()
594 igb->attach_progress |= ATTACH_PROGRESS_STATS; in igb_attach()
603 igb->attach_progress |= ATTACH_PROGRESS_MAC; in igb_attach()
626 igb->attach_progress |= ATTACH_PROGRESS_UFM; in igb_attach()
698 igb->attach_progress &= ~ATTACH_PROGRESS_MAC; in igb_detach()
782 if (igb->attach_progress & ATTACH_PROGRESS_UFM) { in igb_unconfigure()
[all …]
H A Digb_sw.h620 uint32_t attach_progress; member
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.c1720 pLayerPointers->attach_progress = AMD8111S_ATTACH_PCI; in amd8111s_attach()
1733 pLayerPointers->attach_progress |= AMD8111S_ATTACH_RESOURCE; in amd8111s_attach()
1750 pLayerPointers->attach_progress |= AMD8111S_ATTACH_REGS; in amd8111s_attach()
1759 pLayerPointers->attach_progress |= AMD8111S_ATTACH_INTRADDED; in amd8111s_attach()
1769 pLayerPointers->attach_progress |= AMD8111S_ATTACH_RESCHED; in amd8111s_attach()
1799 pLayerPointers->attach_progress |= AMD8111S_ATTACH_MACREGED; in amd8111s_attach()
1849 if (pLayerPointers->attach_progress & AMD8111S_ATTACH_MACREGED) { in amd8111s_unattach()
1860 if (pLayerPointers->attach_progress & AMD8111S_ATTACH_RESCHED) { in amd8111s_unattach()
1864 if (pLayerPointers->attach_progress & AMD8111S_ATTACH_REGS) { in amd8111s_unattach()
1870 if (pLayerPointers->attach_progress & AMD8111S_ATTACH_RESOURCE) { in amd8111s_unattach()
[all …]
H A Damd8111s_hw.h1003 int attach_progress; member
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c456 Adapter->attach_progress |= ATTACH_PROGRESS_FMINIT; in e1000g_attach()
482 Adapter->attach_progress |= ATTACH_PROGRESS_REGS_MAP; in e1000g_attach()
490 Adapter->attach_progress |= ATTACH_PROGRESS_SETUP; in e1000g_attach()
509 Adapter->attach_progress |= ATTACH_PROGRESS_ADD_INTR; in e1000g_attach()
518 Adapter->attach_progress |= ATTACH_PROGRESS_LOCKS; in e1000g_attach()
527 Adapter->attach_progress |= ATTACH_PROGRESS_KSTATS; in e1000g_attach()
539 Adapter->attach_progress |= ATTACH_PROGRESS_INIT; in e1000g_attach()
548 Adapter->attach_progress |= ATTACH_PROGRESS_MAC; in e1000g_attach()
1085 Adapter->attach_progress &= ~ATTACH_PROGRESS_MAC; in e1000g_detach()
1988 Adapter->attach_progress |= ATTACH_PROGRESS_INIT; in e1000g_start()
[all …]
H A De1000g_sw.h846 uint32_t attach_progress; /* attach tracking */ member
/illumos-gate/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