Home
last modified time | relevance | path

Searched refs:NO_PORT (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/char/rio/
Driotable.c248 if ((MapP->SysPort != NO_PORT)&&(MapP->SysPort % PORTS_PER_RTA)) {
257 if ((MapP->SysPort != NO_PORT)&&(MapP->SysPort >= RIO_PORTS)) {
270 if ( (MapP->SysPort != NO_PORT) && (MapP->SysPort ==
301 if ( MapP->SysPort != NO_PORT ) {
467 MapP->SysPort = NO_PORT;
542 if ( SysPort != NO_PORT ) {
660 if ( (MapP->SysPort != NO_PORT) && (MapP->SysPort % PORTS_PER_RTA) ) in RIOAssignRta()
666 if ( (MapP->SysPort != NO_PORT) && (MapP->SysPort >= RIO_PORTS) ) in RIOAssignRta()
788 if ( HostMapP->SysPort != NO_PORT ) in RIOAssignRta()
834 if ( HostMapP->SysPort == NO_PORT )
Drioboot.c584 HostP->UnixRups[RupN].BaseSysPort = NO_PORT;
591 HostP->UnixRups[RupN+MAX_RUP].BaseSysPort = NO_PORT;
908 if ( (sysport=HostP->Mapping[entry].SysPort) != NO_PORT ) in RIOBootComplete()
1282 HostP->Mapping[entry].SysPort = NO_PORT;
1290 HostP->Mapping[entry2].SysPort = NO_PORT;
Drio.h111 #define NO_PORT 0xFFFFFFFF macro
Drioroute.c480 (HostP->Mapping[ThisUnit].SysPort != NO_PORT) ) in RIORouteRup()
526 if ( HostP->Mapping[ThisUnit].SysPort != NO_PORT ) in RIORouteRup()
Driocmd.c444 if ( UnixRupP->BaseSysPort == NO_PORT ) {
Drioctrl.c1052 if ( DebugCtrl.SysPort == NO_PORT ) {
1078 DebugCtrl.SysPort != NO_PORT ) {
/linux-2.4.37.9/drivers/net/wan/
Dsdladrv.c163 #define NO_PORT -1 macro