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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddi.h31 #define XMOREC 0x1f macro
H A Ddi.c422 if ((this->More & XMOREC) > 1) {
423 this->More &= ~XMOREC;
433 this->More &= ~(XBUSY | XMOREC);
445 This return code does not decrement XMOREC partial return code
447 also XMOREC was not incremented.
468 this->More &=~(XBUSY | XMOREC);
476 if (this->More &XMOREC)
479 if (((!cancel_rc) || (this->More & XMOREF)) && !(this->More & XMOREC)) {

Completed in 36 milliseconds