Home
last modified time | relevance | path

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

/drivers/isdn/hardware/eicon/
Distream.c163 ULongToPtr(a->rx_stream[Id] + a->rx_pos[Id]), in diva_istream_read()
165 (void *)(a->rx_stream[Id] + a->rx_pos[Id]), in diva_istream_read()
183 ULongToPtr(a->rx_stream[Id] + a->rx_pos[Id] + 4), in diva_istream_read()
185 (void *)(a->rx_stream[Id] + a->rx_pos[Id] + 4), in diva_istream_read()
199 ULongToPtr(a->rx_stream[Id] + a->rx_pos[Id]), in diva_istream_read()
201 (void *)(a->rx_stream[Id] + a->rx_pos[Id]), in diva_istream_read()
206 a->rx_pos[Id] = 0; in diva_istream_read()
208 a->rx_pos[Id] += DIVA_DFIFO_STEP; in diva_istream_read()
Ddi.h63 word rx_pos[256]; member
Dos_bri.c598 memset(&IoAdapter->a.rx_pos[0], 0x00, sizeof(IoAdapter->a.rx_pos)); in diva_bri_reset_adapter()
Dos_pri.c402 memset(&IoAdapter->a.rx_pos[0], 0x00, sizeof(IoAdapter->a.rx_pos)); in diva_pri_reset_adapter()
Dos_4bri.c901 memset(&Slave->a.rx_pos[0], 0x00, sizeof(Slave->a.rx_pos)); in diva_4bri_reset_adapter()
Ddi.c524 a->rx_pos[Id] = 0; in isdn_rc()
/drivers/i2c/busses/
Di2c-xiic.c76 int rx_pos; member
172 #define xiic_rx_space(i2c) ((i2c)->rx_msg->len - (i2c)->rx_pos)
285 i2c->rx_msg->buf[i2c->rx_pos++] = in xiic_read_rx()
596 i2c->rx_pos = 0; in __xiic_start_xfer()
/drivers/atm/
Deni.h57 unsigned long rx_pos; /* current RX descriptor pos */ member
Deni.c329 "0x%x\n",eni_vcc->descr,eni_vcc->rx_pos, in rx_ident_err()
498 else eni_vcc->rx_pos = (eni_vcc->rx_pos+size+1) & (eni_vcc->words-1); in discard()
749 if (!EEPMOK(eni_vcc->rx_pos,ENI_PRV_SIZE(skb), in dequeue_rx()
757 eni_vcc->rx_pos = ENI_PRV_POS(skb) & (eni_vcc->words-1); in dequeue_rx()
797 eni_vcc->rx_pos = 0; in open_rx_first()
882 at_end = eni_vcc->rx_pos == tmp >> MID_VCI_READ_SHIFT; in close_rx()
886 eni_vcc->rx_pos,tmp); in close_rx()
888 eni_vcc->rx_pos,tmp); in close_rx()