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

/drivers/isdn/hardware/eicon/
H A Ddi.c660 this->ROffset = 0;
674 if (this->ROffset == R[this->RCurrent].PLength) {
675 this->ROffset = 0;
679 clength = min(MLength, (word)(R[this->RCurrent].PLength-this->ROffset));
682 R[this->RCurrent].PLength-this->ROffset);
686 memcpy(PTR_P(a, this, &R[this->RCurrent].P[this->ROffset]),
692 PTR_P(a, this, &R[this->RCurrent].P[this->ROffset]),
697 this->ROffset += clength;
709 R[this->RCurrent].PLength = this->ROffset;
710 if (this->ROffset) thi
[all...]
H A Ddi_defs.h98 word ROffset; /* offset in r-buffer */ member in struct:entity_s

Completed in 49 milliseconds