Searched refs:RIOLastPortsBooted (Results 1 – 4 of 4) sorted by relevance
912 if ( sysport > p->RIOLastPortsBooted ) in RIOBootComplete()913 p->RIOLastPortsBooted = sysport; in RIOBootComplete()927 if ( sysport > p->RIOLastPortsBooted ) in RIOBootComplete()928 p->RIOLastPortsBooted = sysport; in RIOBootComplete()1152 if ( HostP->Mapping[entry].SysPort > p->RIOLastPortsBooted ) in RIOBootComplete()1153 p->RIOLastPortsBooted = HostP->Mapping[entry].SysPort; in RIOBootComplete()1182 if (HostP->Mapping[entry2].SysPort > p->RIOLastPortsBooted) in RIOBootComplete()1183 p->RIOLastPortsBooted = HostP->Mapping[entry2].SysPort; in RIOBootComplete()
95 uint RIOLastPortsBooted; /* highest port number running */ member
393 port<p->RIOLastPortsBooted+PORTS_PER_RTA; port++ ) {475 port<p->RIOLastPortsBooted+PORTS_PER_RTA; port++ ) {
792 if ( HostMapP->SysPort > p->RIOLastPortsBooted ) in RIOAssignRta()793 p->RIOLastPortsBooted = HostMapP->SysPort; in RIOAssignRta()