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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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 65 milliseconds