Home
last modified time | relevance | path

Searched refs:RIOSavedTable (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/char/rio/
Drioboot.c1064 p->RIOSavedTable[rta].RtaUniqueNum); in RIOBootComplete()
1066 if ( (p->RIOSavedTable[rta].Flags & SLOT_IN_USE) && in RIOBootComplete()
1067 (p->RIOSavedTable[rta].RtaUniqueNum == RtaUniq) ) in RIOBootComplete()
1069 MapP = &p->RIOSavedTable[rta]; in RIOBootComplete()
1070 Flag = p->RIOSavedTable[rta].Flags; in RIOBootComplete()
1076 if (p->RIOSavedTable[entry2].RtaUniqueNum == RtaUniq) in RIOBootComplete()
1079 MapP2 = &p->RIOSavedTable[entry2]; in RIOBootComplete()
Driodrvr.h121 struct Map RIOSavedTable[TOTAL_MAP_ENTRIES]; member
Driotable.c380 p->RIOSavedTable[Entry] = p->RIOConnectTable[Entry];
618 if ( p->RIOSavedTable[entry].RtaUniqueNum == MapP->RtaUniqueNum ) {
619 bzero((char *)&p->RIOSavedTable[entry],sizeof(struct Map));
Drioroute.c983 if (p->RIOSavedTable[entry].RtaUniqueNum == pMap->RtaUniqueNum) in RIORemoveFromSavedTable()
985 bzero((caddr_t)&p->RIOSavedTable[entry], sizeof(struct Map)); in RIORemoveFromSavedTable()