Searched refs:NO_PORT (Results 1 - 6 of 6) 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.c226 if ((MapP->SysPort != NO_PORT) && (MapP->SysPort % PORTS_PER_RTA)) {
234 if ((MapP->SysPort != NO_PORT) && (MapP->SysPort >= RIO_PORTS)) {
246 if ((MapP->SysPort != NO_PORT) && (MapP->SysPort == p->RIOConnectTable[SubEnt].SysPort)) {
271 if (MapP->SysPort != NO_PORT) {
425 MapP->SysPort = NO_PORT;
495 if (SysPort != NO_PORT) {
598 if ((MapP->SysPort != NO_PORT) && (MapP->SysPort % PORTS_PER_RTA)) {
603 if ((MapP->SysPort != NO_PORT) && (MapP->SysPort >= RIO_PORTS)) {
709 if (HostMapP->SysPort != NO_PORT) {
744 if (HostMapP->SysPort == NO_PORT)
[all...]
H A Drio.h78 #define NO_PORT 0xFFFFFFFF macro
H A Drioboot.c521 HostP->UnixRups[RupN].BaseSysPort = NO_PORT;
528 HostP->UnixRups[RupN + MAX_RUP].BaseSysPort = NO_PORT;
799 if ((sysport = HostP->Mapping[entry].SysPort) != NO_PORT) {
1082 host->Mapping[entry].SysPort = NO_PORT;
1089 host->Mapping[entry2].SysPort = NO_PORT;
H A Drioroute.c374 if ((HostP->Mapping[ThisUnit].Flags & RTA_NEWBOOT) && (HostP->Mapping[ThisUnit].SysPort != NO_PORT)) {
414 if (HostP->Mapping[ThisUnit].SysPort != NO_PORT) {
H A Drioctrl.c759 if (DebugCtrl.SysPort == NO_PORT) {
778 } else if (DebugCtrl.SysPort >= RIO_PORTS && DebugCtrl.SysPort != NO_PORT) {
H A Driocmd.c396 if (UnixRupP->BaseSysPort == NO_PORT) {

Completed in 50 milliseconds