Searched refs:RtaUniq (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Drioboot.c718 * RtaUniq is the booted RTA.
733 u32 RtaUniq = (readb(&PktCmdP->UniqNum[0])) + (readb(&PktCmdP->UniqNum[1]) << 8) + (readb(&PktCmdP->UniqNum[2]) << 16) + (readb(&PktCmdP->UniqNum[3]) << 24); local
743 RtaType = GetUnitType(RtaUniq);
749 rio_dprintk(RIO_DEBUG_BOOT, "UniqNum is 0x%x\n", RtaUniq);
751 if (RtaUniq == 0x00000000 || RtaUniq == 0xffffffff) {
762 if (!RIOBootOk(p, HostP, RtaUniq)) {
766 ** RtaUniq was clone booted (by this RTA). Instruct this RTA
775 ** RtaUniq was booted by this host. Set the booting link
780 rio_dprintk(RIO_DEBUG_BOOT, "RTA %x not owned - suspend booting down link %c on unit %x\n", RtaUniq, '
1055 RIOBootOk(struct rio_info *p, struct Host *HostP, unsigned long RtaUniq) argument
[all...]
H A Drioroute.c101 unsigned int RtaUniq; local
265 RtaUniq = (readb(&PktCmdP->UniqNum[0])) + (readb(&PktCmdP->UniqNum[1]) << 8) + (readb(&PktCmdP->UniqNum[2]) << 16) + (readb(&PktCmdP->UniqNum[3]) << 24);
270 RtaType = GetUnitType(RtaUniq);
272 rio_dprintk(RIO_DEBUG_ROUTE, "Received a request for an ID for serial number %x\n", RtaUniq);
307 if (!RIOBootOk(p, HostP, RtaUniq)) {
308 rio_dprintk(RIO_DEBUG_ROUTE, "RTA %x tried to get an ID, but does not belong - FOAD it!\n", RtaUniq);
325 if ((HostP->Mapping[ThisUnit].Flags & (SLOT_IN_USE | SLOT_TENTATIVE)) && (HostP->Mapping[ThisUnit].RtaUniqueNum == RtaUniq)) {
328 rio_dprintk(RIO_DEBUG_ROUTE, "Found unit 0x%x at slots %d+%d\n", RtaUniq, ThisUnit, ThisUnit2);
330 rio_dprintk(RIO_DEBUG_ROUTE, "Found unit 0x%x at slot %d\n", RtaUniq, ThisUnit);
450 if (HostP->ExtraUnits[ThisUnit] == RtaUniq)
[all...]

Completed in 53 milliseconds