Lines Matching defs:attach_progress
418 vnet_attach_progress_t attach_progress;
420 attach_progress = AST_init;
440 attach_progress |= AST_vnet_alloc;
443 attach_progress |= AST_ring_init;
449 attach_progress |= AST_vdds_init;
459 attach_progress |= AST_read_macaddr;
469 attach_progress |= AST_fdbh_alloc;
478 attach_progress |= AST_taskq_create;
486 attach_progress |= AST_vnet_list;
509 attach_progress |= AST_vgen_init;
516 attach_progress |= AST_macreg;
522 attach_progress |= AST_init_mdeg;
524 vnetp->attach_progress = attach_progress;
530 vnetp->attach_progress = attach_progress;
581 vnet_attach_progress_t attach_progress;
583 attach_progress = vnetp->attach_progress;
595 if (attach_progress & AST_macreg) {
608 if (attach_progress & AST_vdds_init) {
610 attach_progress &= ~AST_vdds_init;
617 if (attach_progress & (AST_vgen_init|AST_init_mdeg)) {
619 attach_progress &= ~AST_vgen_init;
620 attach_progress &= ~AST_init_mdeg;
624 if (attach_progress & AST_taskq_create) {
626 attach_progress &= ~AST_taskq_create;
630 if (attach_progress & AST_fdbh_alloc) {
632 attach_progress &= ~AST_fdbh_alloc;
636 if (attach_progress & AST_vnet_list) {
648 attach_progress &= ~AST_vnet_list;
651 if (attach_progress & AST_ring_init) {
653 attach_progress &= ~AST_ring_init;
656 if (attach_progress & AST_macreg) {
659 attach_progress &= ~AST_macreg;
662 if (attach_progress & AST_vnet_alloc) {
665 attach_progress &= ~AST_vnet_list;