Searched refs:rx_pos (Results 1 - 9 of 9) sorted by relevance

/drivers/isdn/hardware/eicon/
H A Distream.c163 ULongToPtr(a->rx_stream[Id] + a->rx_pos[Id]),
165 (void *)(a->rx_stream[Id] + a->rx_pos[Id]),
183 ULongToPtr(a->rx_stream[Id] + a->rx_pos[Id] + 4),
185 (void *)(a->rx_stream[Id] + a->rx_pos[Id] + 4),
199 ULongToPtr(a->rx_stream[Id] + a->rx_pos[Id]),
201 (void *)(a->rx_stream[Id] + a->rx_pos[Id]),
206 a->rx_pos[Id] = 0;
208 a->rx_pos[Id] += DIVA_DFIFO_STEP;
H A Ddi.h63 word rx_pos[256]; member in struct:adapter_s
H A Dos_4bri.c901 memset(&Slave->a.rx_pos[0], 0x00, sizeof(Slave->a.rx_pos));
H A Dos_bri.c598 memset(&IoAdapter->a.rx_pos[0], 0x00, sizeof(IoAdapter->a.rx_pos));
H A Dos_pri.c402 memset(&IoAdapter->a.rx_pos[0], 0x00, sizeof(IoAdapter->a.rx_pos));
H A Ddi.c524 a->rx_pos[Id] = 0;
/drivers/atm/
H A Deni.h57 unsigned long rx_pos; /* current RX descriptor pos */ member in struct:eni_vcc
H A Deni.c329 "0x%x\n",eni_vcc->descr,eni_vcc->rx_pos,
498 else eni_vcc->rx_pos = (eni_vcc->rx_pos+size+1) & (eni_vcc->words-1);
749 if (!EEPMOK(eni_vcc->rx_pos,ENI_PRV_SIZE(skb),
757 eni_vcc->rx_pos = ENI_PRV_POS(skb) & (eni_vcc->words-1);
797 eni_vcc->rx_pos = 0;
882 at_end = eni_vcc->rx_pos == tmp >> MID_VCI_READ_SHIFT;
886 eni_vcc->rx_pos,tmp);
888 eni_vcc->rx_pos,tmp);
/drivers/i2c/busses/
H A Di2c-xiic.c63 * @rx_pos: Position within current RX message
75 int rx_pos; member in struct:xiic_i2c
171 #define xiic_rx_space(i2c) ((i2c)->rx_msg->len - (i2c)->rx_pos)
284 i2c->rx_msg->buf[i2c->rx_pos++] =
597 i2c->rx_pos = 0;

Completed in 1742 milliseconds