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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Driotable.c90 struct Map *MapP; local
126 MapP = &p->RIOConnectTable[Entry];
127 if ((MapP->Flags & RTA16_SECOND_SLOT) == 0) {
129 cptr = MapP->Name; /* (2) */
132 memcpy(MapP->Name, MapP->RtaUniqueNum ? "RTA NN" : "HOST NN", 8);
133 MapP->Name[5] = '0' + Entry / 10;
134 MapP->Name[6] = '0' + Entry % 10;
150 if (MapP->Flags & SLOT_TENTATIVE) {
151 MapP
407 struct Map *MapP; local
453 RIODeleteRta(struct rio_info *p, struct Map *MapP) argument
580 RIOAssignRta(struct rio_info *p, struct Map *MapP) argument
888 RIOChangeName(struct rio_info *p, struct Map *MapP) argument
[all...]
H A Driocmd.c82 int RIOFoadRta(struct Host *HostP, struct Map *MapP) argument
95 CmdBlkP->Packet.dest_unit = MapP->ID;
105 if (RIOQueueCmdBlk(HostP, MapP->ID - 1, CmdBlkP) == RIO_FAIL) {
112 int RIOZombieRta(struct Host *HostP, struct Map *MapP) argument
125 CmdBlkP->Packet.dest_unit = MapP->ID;
135 if (RIOQueueCmdBlk(HostP, MapP->ID - 1, CmdBlkP) == RIO_FAIL) {
142 int RIOCommandRta(struct rio_info *p, unsigned long RtaUnique, int (*func) (struct Host * HostP, struct Map * MapP)) argument
156 struct Map *MapP = &HostP->Mapping[Rta]; local
158 if (MapP->RtaUniqueNum == RtaUnique) {
169 if (MapP
198 struct Map *MapP = &HostP->Mapping[Rta]; local
[all...]
H A Drioboot.c723 struct Map *MapP = NULL; local
897 MapP = &p->RIOHosts[host].Mapping[rta];
899 MapP2 = &p->RIOHosts[host].Mapping[MapP->ID2 - 1];
900 rio_dprintk(RIO_DEBUG_BOOT, "This RTA is units %d+%d from host %s\n", rta + 1, MapP->ID2, p->RIOHosts[host].Name);
918 if (!MapP) {
924 MapP = &p->RIOSavedTable[rta];
980 if (MapP) {
983 HostP->Mapping[entry].SysPort = MapP->SysPort;
984 memcpy(HostP->Mapping[entry].Name, MapP->Name, MAX_NAME_LEN);
991 rio_dprintk(RIO_DEBUG_BOOT, "SysPort %d, Name %s\n", (int) MapP
[all...]
H A Drioroute.c95 struct Map *MapP; local
112 MapP = HostP->Mapping;

Completed in 59 milliseconds