Searched refs:MapP (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 Driotable.c86 struct Map *MapP; local
122 MapP = &p->RIOConnectTable[Entry];
123 if ((MapP->Flags & RTA16_SECOND_SLOT) == 0) {
125 cptr = MapP->Name; /* (2) */
128 memcpy(MapP->Name, MapP->RtaUniqueNum ? "RTA NN" : "HOST NN", 8);
129 MapP->Name[5] = '0' + Entry / 10;
130 MapP->Name[6] = '0' + Entry % 10;
146 if (MapP->Flags & SLOT_TENTATIVE) {
147 MapP
403 struct Map *MapP; local
451 RIODeleteRta(struct rio_info *p, struct Map *MapP) argument
578 RIOAssignRta(struct rio_info *p, struct Map *MapP) argument
885 RIOChangeName(struct rio_info *p, struct Map *MapP) argument
[all...]
H A Driocmd.c79 int RIOFoadRta(struct Host *HostP, struct Map *MapP) argument
92 CmdBlkP->Packet.dest_unit = MapP->ID;
102 if (RIOQueueCmdBlk(HostP, MapP->ID - 1, CmdBlkP) == RIO_FAIL) {
109 int RIOZombieRta(struct Host *HostP, struct Map *MapP) argument
122 CmdBlkP->Packet.dest_unit = MapP->ID;
132 if (RIOQueueCmdBlk(HostP, MapP->ID - 1, CmdBlkP) == RIO_FAIL) {
139 int RIOCommandRta(struct rio_info *p, unsigned long RtaUnique, int (*func) (struct Host * HostP, struct Map * MapP)) argument
153 struct Map *MapP = &HostP->Mapping[Rta]; local
155 if (MapP->RtaUniqueNum == RtaUnique) {
166 if (MapP
195 struct Map *MapP = &HostP->Mapping[Rta]; local
[all...]
H A Drioboot.c722 struct Map *MapP = NULL; local
896 MapP = &p->RIOHosts[host].Mapping[rta];
898 MapP2 = &p->RIOHosts[host].Mapping[MapP->ID2 - 1];
899 rio_dprintk(RIO_DEBUG_BOOT, "This RTA is units %d+%d from host %s\n", rta + 1, MapP->ID2, p->RIOHosts[host].Name);
917 if (!MapP) {
923 MapP = &p->RIOSavedTable[rta];
979 if (MapP) {
982 HostP->Mapping[entry].SysPort = MapP->SysPort;
983 memcpy(HostP->Mapping[entry].Name, MapP->Name, MAX_NAME_LEN);
990 rio_dprintk(RIO_DEBUG_BOOT, "SysPort %d, Name %s\n", (int) MapP
[all...]
H A Drioroute.c90 struct Map *MapP; local
107 MapP = HostP->Mapping;

Completed in 71 milliseconds