Searched refs:RIOLastPortsBooted (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Driodrvr.h91 unsigned int RIOLastPortsBooted; /* highest port number running */ member in struct:rio_info
H A Drioboot.c802 if (sysport > p->RIOLastPortsBooted)
803 p->RIOLastPortsBooted = sysport;
813 if (sysport > p->RIOLastPortsBooted)
814 p->RIOLastPortsBooted = sysport;
988 if (HostP->Mapping[entry].SysPort > p->RIOLastPortsBooted)
989 p->RIOLastPortsBooted = HostP->Mapping[entry].SysPort;
1005 if (HostP->Mapping[entry2].SysPort > p->RIOLastPortsBooted)
1006 p->RIOLastPortsBooted = HostP->Mapping[entry2].SysPort;
H A Driointr.c208 for (port = p->RIOFirstPortsBooted; port < p->RIOLastPortsBooted + PORTS_PER_RTA; port++) {
287 for (port = p->RIOFirstPortsBooted; port < p->RIOLastPortsBooted + PORTS_PER_RTA; port++) {
H A Driotable.c712 if (HostMapP->SysPort > p->RIOLastPortsBooted)
713 p->RIOLastPortsBooted = HostMapP->SysPort;

Completed in 47 milliseconds