Lines Matching refs:tx_pos
1087 if (!NEPMOK(tx->tx_pos,size+TX_GAP, in do_tx()
1105 DPRINTK("dma_wr is %d, tx_pos is %ld\n",dma_wr,tx->tx_pos); in do_tx()
1118 eni_dev->dma[j++] = (((tx->tx_pos+TX_DESCR_SIZE) & (tx->words-1)) << in do_tx()
1143 eni_dev->dma[j++] = (((tx->tx_pos+size) & (tx->words-1)) << in do_tx()
1152 (size/(ATM_CELL_PAYLOAD/4)),tx->send+tx->tx_pos*4); in do_tx()
1157 tx->send+((tx->tx_pos+1) & (tx->words-1))*4); in do_tx()
1161 ((tx->tx_pos+size-AAL5_TRAILER) & (tx->words-1))*4); in do_tx()
1168 ENI_PRV_POS(skb) = tx->tx_pos; in do_tx()
1171 tx->tx_pos = (tx->tx_pos+size) & (tx->words-1); in do_tx()
1172 DPRINTK("dma_wr set to %d, tx_pos is now %ld\n",dma_wr,tx->tx_pos); in do_tx()
1335 tx->tx_pos = eni_in(MID_TX_DESCRSTART(tx->index)) & in reserve_or_set_tx()