Searched refs:PLength (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dum_idi.c581 e->e.X->PLength = (word) req->data_length;
586 e->e.ReqCh, e->e.X->PLength));
688 e->e.R->PLength =
694 e->e.R->PLength));
710 e->e.IndCh, e->e.R->PLength));
716 pind->data_length = e->e.R->PLength;
719 e->e.R->PLength));
877 e->e.ReqCh, e->e.X->PLength));
H A Ddi.c136 clength = min((word)(270-length),(word)(X[i].PLength-this->XOffset));
143 if(this->XOffset==X[i].PLength) {
156 X[i].PLength,
674 if(this->ROffset==R[this->RCurrent].PLength) {
679 clength = min(MLength, (word)(R[this->RCurrent].PLength-this->ROffset));
682 R[this->RCurrent].PLength-this->ROffset);
709 R[this->RCurrent].PLength = this->ROffset;
H A Ddi_defs.h68 word PLength; member in struct:buffers_s
H A Ddebug.c21 static void single_p (byte * P, word * PLength, byte Id);
1148 e->X->PLength = length;
1217 e->X->PLength = assign_data_length;
1238 e->X->PLength = 1;
1266 e->X->PLength = length;
1299 e->X->PLength = length;
1325 e->X->PLength = length;
1357 static void single_p (byte * P, word * PLength, byte Id) { argument
1358 P[(*PLength)++] = Id;
H A Dmessage.c6687 dtmf_indication (Id, plci, plci->RData[0].P, plci->RData[0].PLength);
6695 capidtmf_recv_process_block (&(plci->capidtmf_state), plci->RData[0].P + 1, (word)(plci->RData[0].PLength - 1));
6709 mixer_indication_xconnect_from (Id, plci, plci->RData[0].P, plci->RData[0].PLength);
6712 mixer_indication_xconnect_to (Id, plci, plci->RData[0].P, plci->RData[0].PLength);
6717 ec_indication (Id, plci, plci->RData[0].P, plci->RData[0].PLength);
6728 if ((plci->RData[0].PLength != 0)
6737 (plci->NL.RNum < 2) ? 0 : plci->RData[1].PLength,
6748 plci->RData[0].PLength,
7137 plci->RData[0].PLength = INTERNAL_IND_BUFFER_SIZE;
7206 plci->RData[0].PLength
[all...]
H A Dmaintidi.c339 pLib->e.R->PLength = (word)(sizeof(pLib->buffer) - 1);
346 pLib->buffer[pLib->e.R->PLength] = 0; /* terminate I.E. with zero */
350 int total_length = pLib->e.R->PLength;
418 p, pLib->e.R->PLength);

Completed in 155 milliseconds