Lines Matching refs:this
42 STP_migrate_enter_state (STATE_MACH_T* this) in STP_migrate_enter_state() argument
44 register PORT_T* port = this->owner.port; in STP_migrate_enter_state()
46 switch (this->State) { in STP_migrate_enter_state()
72 STP_migrate_check_conditions (STATE_MACH_T* this) in STP_migrate_check_conditions() argument
74 register PORT_T* port = this->owner.port; in STP_migrate_check_conditions()
76 if ((!port->portEnabled && !port->initPm) || BEGIN == this->State) in STP_migrate_check_conditions()
77 return STP_hop_2_state (this, INIT); in STP_migrate_check_conditions()
79 switch (this->State) { in STP_migrate_check_conditions()
82 return STP_hop_2_state (this, (port->owner->ForceVersion >= 2) ? in STP_migrate_check_conditions()
87 return STP_hop_2_state (this, SENDING_RSTP); in STP_migrate_check_conditions()
90 return STP_hop_2_state (this, SEND_RSTP); in STP_migrate_check_conditions()
93 return STP_hop_2_state (this, SENDING_RSTP); in STP_migrate_check_conditions()
97 return STP_hop_2_state (this, SEND_STP); in STP_migrate_check_conditions()
101 return STP_hop_2_state (this, SEND_STP); in STP_migrate_check_conditions()
106 return STP_hop_2_state (this, SENDING_STP); in STP_migrate_check_conditions()
109 return STP_hop_2_state (this, SEND_RSTP); in STP_migrate_check_conditions()
112 return STP_hop_2_state (this, SENDING_STP); in STP_migrate_check_conditions()
114 return STP_hop_2_state (this, SEND_RSTP); in STP_migrate_check_conditions()