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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Drioboot.c800 ** RtaUniq is the booted RTA.
814 uint RtaUniq = (RBYTE(PktCmdP->UniqNum[0])) + local
828 RtaType = GetUnitType(RtaUniq);
838 rio_dprintk (RIO_DEBUG_BOOT, "UniqNum is 0x%x\n",RtaUniq);
840 if ( ( RtaUniq == 0x00000000 ) || ( RtaUniq == 0xffffffff ) )
851 if (!RIOBootOk(p, HostP, RtaUniq))
857 ** RtaUniq was clone booted (by this RTA). Instruct this RTA
870 ** RtaUniq was booted by this host. Set the booting link
877 RtaUniq, '
[all...]
H A Drioroute.c104 uint RtaUniq; local
329 RtaUniq = (RBYTE(PktCmdP->UniqNum[0])) +
337 RtaType = GetUnitType(RtaUniq);
339 rio_dprintk (RIO_DEBUG_ROUTE, "Received a request for an ID for serial number %x\n", RtaUniq);
360 if ( RtaUniq == 0xffffffff )
385 if (! RIOBootOk(p, HostP, RtaUniq))
388 RtaUniq);
412 (HostP->Mapping[ThisUnit].RtaUniqueNum == RtaUniq) )
418 RtaUniq,ThisUnit,ThisUnit2);
422 RtaUniq,ThisUni
[all...]

Completed in 40 milliseconds