Lines Matching refs:RCurrent
585 if (this->RCurrent == 0xff) { in isdn_ind()
659 this->RCurrent = 0; in isdn_ind()
664 this->RCurrent = 0xff; in isdn_ind()
674 if (this->ROffset == R[this->RCurrent].PLength) { in isdn_ind()
676 this->RCurrent++; in isdn_ind()
679 clength = min(MLength, (word)(R[this->RCurrent].PLength-this->ROffset)); in isdn_ind()
682 R[this->RCurrent].PLength-this->ROffset); in isdn_ind()
684 if (R[this->RCurrent].P) { in isdn_ind()
686 memcpy(PTR_P(a, this, &R[this->RCurrent].P[this->ROffset]), in isdn_ind()
692 PTR_P(a, this, &R[this->RCurrent].P[this->ROffset]), in isdn_ind()
709 R[this->RCurrent].PLength = this->ROffset; in isdn_ind()
710 if (this->ROffset) this->RCurrent++; in isdn_ind()
711 this->RNum = this->RCurrent; in isdn_ind()
712 this->RCurrent = 0xff; in isdn_ind()