Searched refs:RBuffer (Results 1 – 9 of 9) sorted by relevance
/linux-4.19.296/drivers/isdn/hardware/eicon/ |
D | io.c | 618 void mem_look_ahead(ADAPTER *a, PBUFFER *RBuffer, ENTITY *e) in mem_look_ahead() argument 621 IoAdapter->RBuffer.length = mem_inw(a, &RBuffer->length); in mem_look_ahead() 622 mem_in_buffer(a, RBuffer->P, IoAdapter->RBuffer.P, in mem_look_ahead() 623 IoAdapter->RBuffer.length); in mem_look_ahead() 624 e->RBuffer = (DBUFFER *)&IoAdapter->RBuffer; in mem_look_ahead() 701 void io_look_ahead(ADAPTER *a, PBUFFER *RBuffer, ENTITY *e) in io_look_ahead() argument 704 outppw(Port + 4, (word)(unsigned long)RBuffer); in io_look_ahead() 705 ((PISDN_ADAPTER)a->io)->RBuffer.length = inppw(Port); in io_look_ahead() 706 inppw_buffer(Port, ((PISDN_ADAPTER)a->io)->RBuffer.P, ((PISDN_ADAPTER)a->io)->RBuffer.length + 1); in io_look_ahead() 707 e->RBuffer = (DBUFFER *) &(((PISDN_ADAPTER)a->io)->RBuffer); in io_look_ahead()
|
D | di.c | 327 &IndIn->RBuffer, in pr_dpc() 562 PBUFFER *RBuffer, in isdn_ind() argument 625 IoAdapter->RBuffer.length = min(MLength, (word)270); in isdn_ind() 626 if (IoAdapter->RBuffer.length != MLength) { in isdn_ind() 631 memcpy(IoAdapter->RBuffer.P, cma, IoAdapter->RBuffer.length); in isdn_ind() 632 this->RBuffer = (DBUFFER *)&IoAdapter->RBuffer; in isdn_ind() 636 a->ram_look_ahead(a, RBuffer, this); in isdn_ind() 681 clength = min(a->ram_inw(a, &RBuffer->length)-offset, in isdn_ind() 691 &RBuffer->P[offset], in isdn_ind() 704 } while (offset < (a->ram_inw(a, &RBuffer->length))); in isdn_ind()
|
D | io.h | 192 PBUFFER RBuffer; /* Copy of receive lookahead buffer */ member 268 void io_look_ahead(ADAPTER *a, PBUFFER *RBuffer, ENTITY *e); 283 void mem_look_ahead(ADAPTER *a, PBUFFER *RBuffer, ENTITY *e);
|
D | pr_pc.h | 75 PBUFFER RBuffer; member
|
D | di_defs.h | 85 DBUFFER *RBuffer; /* buffer of current R-data */ member
|
D | di.h | 54 void (*ram_look_ahead)(ADAPTER *a, PBUFFER *RBuffer, ENTITY *e);
|
D | message.c | 6483 byte *data = &plci->NL.RBuffer->P[0]; in nl_ind() 6485 if ((plci->NL.RBuffer->length >= 12) in nl_ind() 6654 for (i = 0; i < plci->NL.RLength; i++) plci->ncpi_buffer[4 + i] = plci->NL.RBuffer->P[i]; in nl_ind() 6664 dbug(1, dprintf("FaxStatus %04x", ((T30_INFO *)plci->NL.RBuffer->P)->code)); in nl_ind() 6666 PUT_WORD(&(plci->ncpi_buffer[1]), ((T30_INFO *)plci->NL.RBuffer->P)->rate_div_2400 * 2400); in nl_ind() 6667 fax_feature_bits = GET_WORD(&((T30_INFO *)plci->NL.RBuffer->P)->feature_bits_low); in nl_ind() 6668 …i = (((T30_INFO *)plci->NL.RBuffer->P)->resolution & T30_RESOLUTION_R8_0770_OR_200) ? 0x0001 : 0x0… in nl_ind() 6684 PUT_WORD(&(plci->ncpi_buffer[5]), ((T30_INFO *)plci->NL.RBuffer->P)->data_format); in nl_ind() 6685 plci->ncpi_buffer[7] = ((T30_INFO *)plci->NL.RBuffer->P)->pages_low; in nl_ind() 6686 plci->ncpi_buffer[8] = ((T30_INFO *)plci->NL.RBuffer->P)->pages_high; in nl_ind() [all …]
|
D | pc.h | 61 PBUFFER RBuffer; /* Receive Buffer */ member
|
D | divacapi.h | 260 byte RBuffer[200]; member
|