Home
last modified time | relevance | path

Searched refs:NumExtraBooted (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/char/rio/
Dhost.h104 uint NumExtraBooted; /* how many of the above */ member
Drioboot.c1213 for ( entry=0; entry<HostP->NumExtraBooted; entry++ ) in RIOBootComplete()
1226 if ( HostP->NumExtraBooted < MAX_EXTRA_UNITS ) in RIOBootComplete()
1227 HostP->ExtraUnits[HostP->NumExtraBooted++] = RtaUniq; in RIOBootComplete()
Drioroute.c561 for ( ThisUnit=0; ThisUnit<HostP->NumExtraBooted; ThisUnit++ ) in RIORouteRup()
564 if ( ThisUnit == HostP->NumExtraBooted && ThisUnit != MAX_EXTRA_UNITS ) in RIORouteRup()