Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/isdn/hardware/eicon/
Ddi.c585 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 …]
Ddi_defs.h96 byte RCurrent; /* current receive buffer */ member
Dio.c397 e->RCurrent = 0xff; in request()