Home
last modified time | relevance | path

Searched refs:PLength (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/isdn/eicon/
Didi.c419 if (clength > X[i].PLength-this->XOffset) in DivasOut()
420 clength = X[i].PLength-this->XOffset; in DivasOut()
428 if(this->XOffset==X[i].PLength) { in DivasOut()
822 if(this->ROffset==R[this->RCurrent].PLength) { in isdn_ind()
827 if (clength > R[this->RCurrent].PLength-this->ROffset) in isdn_ind()
828 clength = R[this->RCurrent].PLength-this->ROffset; in isdn_ind()
843 R[this->RCurrent].PLength = this->ROffset; in isdn_ind()
Didi.h58 word PLength; member
Deicon_io.c447 ep->X->PLength = reqbuf->XBuffer.length; in eicon_io_transmit()