Home
last modified time | relevance | path

Searched refs:tx_pos (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/atm/
Deni.h44 unsigned long tx_pos; /* current TX write position */ member
Deni.c1093 if (!NEPMOK(tx->tx_pos,size+TX_GAP, in do_tx()
1111 DPRINTK("dma_wr is %d, tx_pos is %ld\n",dma_wr,tx->tx_pos); in do_tx()
1123 eni_dev->dma[j++] = (((tx->tx_pos+TX_DESCR_SIZE) & (tx->words-1)) << in do_tx()
1145 eni_dev->dma[j++] = (((tx->tx_pos+size) & (tx->words-1)) << in do_tx()
1154 (size/(ATM_CELL_PAYLOAD/4)),tx->send+tx->tx_pos*4); in do_tx()
1159 tx->send+((tx->tx_pos+1) & (tx->words-1))*4); in do_tx()
1163 ((tx->tx_pos+size-AAL5_TRAILER) & (tx->words-1))*4); in do_tx()
1170 ENI_PRV_POS(skb) = tx->tx_pos; in do_tx()
1173 tx->tx_pos = (tx->tx_pos+size) & (tx->words-1); in do_tx()
1174 DPRINTK("dma_wr set to %d, tx_pos is now %ld\n",dma_wr,tx->tx_pos); in do_tx()
[all …]