Lines Matching refs:progress

585 	vsw_attach_progress_t	progress = PROG_init;  in vsw_attach()  local
625 progress |= PROG_locks; in vsw_attach()
631 progress |= PROG_readmd; in vsw_attach()
641 progress |= PROG_fdb; in vsw_attach()
650 progress |= PROG_mfdb; in vsw_attach()
664 progress |= PROG_taskq; in vsw_attach()
675 progress |= PROG_rxp_taskq; in vsw_attach()
700 progress |= PROG_swmode; in vsw_attach()
707 progress |= PROG_macreg; in vsw_attach()
725 progress |= PROG_mdreg; in vsw_attach()
727 vswp->attach_progress = progress; in vsw_attach()
740 vswp->attach_progress = progress; in vsw_attach()
799 vsw_attach_progress_t progress; in vsw_unattach() local
801 progress = vswp->attach_progress; in vsw_unattach()
808 if (progress & PROG_macreg) { in vsw_unattach()
814 progress &= ~PROG_macreg; in vsw_unattach()
826 if (progress & PROG_mdreg) { in vsw_unattach()
829 progress &= ~PROG_mdreg; in vsw_unattach()
843 if (progress & PROG_swmode) { in vsw_unattach()
856 progress &= ~PROG_swmode; in vsw_unattach()
865 if (progress & PROG_rxp_taskq) { in vsw_unattach()
867 progress &= ~PROG_rxp_taskq; in vsw_unattach()
875 if (progress & PROG_taskq) { in vsw_unattach()
877 progress &= ~PROG_taskq; in vsw_unattach()
881 if (progress & PROG_mfdb) { in vsw_unattach()
883 progress &= ~PROG_mfdb; in vsw_unattach()
887 if (progress & PROG_fdb) { in vsw_unattach()
890 progress &= ~PROG_fdb; in vsw_unattach()
893 if (progress & PROG_readmd) { in vsw_unattach()
899 progress &= ~PROG_readmd; in vsw_unattach()
902 if (progress & PROG_locks) { in vsw_unattach()
911 progress &= ~PROG_locks; in vsw_unattach()
914 vswp->attach_progress = progress; in vsw_unattach()