Searched refs:RCurrent (Results 1 – 3 of 3) sorted by relevance
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()[all …]
96 byte RCurrent; /* current receive buffer */ member
397 e->RCurrent = 0xff; in request()