Lines Matching refs:port

44   register PORT_T*       port = this->owner.port;  in STP_migrate_enter_state()  local
49 port->initPm = True; in STP_migrate_enter_state()
50 port->mcheck = False; in STP_migrate_enter_state()
53 port->mdelayWhile = MigrateTime; in STP_migrate_enter_state()
54 port->mcheck = port->initPm = False; in STP_migrate_enter_state()
55 port->sendRSTP = True; in STP_migrate_enter_state()
58 port->rcvdRSTP = port->rcvdSTP = False; in STP_migrate_enter_state()
61 port->mdelayWhile = MigrateTime; in STP_migrate_enter_state()
62 port->sendRSTP = False; in STP_migrate_enter_state()
63 port->initPm = False; in STP_migrate_enter_state()
66 port->rcvdRSTP = port->rcvdSTP = False; in STP_migrate_enter_state()
74 register PORT_T* port = this->owner.port; in STP_migrate_check_conditions() local
76 if ((!port->portEnabled && !port->initPm) || BEGIN == this->State) in STP_migrate_check_conditions()
81 if (port->portEnabled) { in STP_migrate_check_conditions()
82 return STP_hop_2_state (this, (port->owner->ForceVersion >= 2) ? in STP_migrate_check_conditions()
89 if (port->mcheck) in STP_migrate_check_conditions()
91 if (port->mdelayWhile && in STP_migrate_check_conditions()
92 (port->rcvdSTP || port->rcvdRSTP)) { in STP_migrate_check_conditions()
96 if (!port->mdelayWhile && port->rcvdSTP) { in STP_migrate_check_conditions()
100 if (port->owner->ForceVersion < 2) { in STP_migrate_check_conditions()
108 if (port->mcheck) in STP_migrate_check_conditions()
110 if (port->mdelayWhile && in STP_migrate_check_conditions()
111 (port->rcvdSTP || port->rcvdRSTP)) in STP_migrate_check_conditions()
113 if (!port->mdelayWhile && port->rcvdRSTP) in STP_migrate_check_conditions()