Lines Matching refs:tx_tail
336 priv(dev)->tx_tail = 0; in ether3_init_for_open()
466 priv(dev)->tx_head, priv(dev)->tx_tail); in ether3_timeout()
467 ether3_setbuffer(dev, buffer_read, priv(dev)->tx_tail); in ether3_timeout()
474 priv(dev)->tx_head = priv(dev)->tx_tail = 0; in ether3_timeout()
506 if (priv(dev)->tx_tail == next_ptr) { in ether3_sendpacket()
539 if (priv(dev)->tx_tail == next_ptr) in ether3_sendpacket()
687 unsigned int tx_tail = priv(dev)->tx_tail; in ether3_tx() local
696 ether3_setbuffer(dev, buffer_read, tx_tail * 0x600); in ether3_tx()
719 tx_tail = (tx_tail + 1) & 15; in ether3_tx()
722 if (priv(dev)->tx_tail != tx_tail) { in ether3_tx()
723 priv(dev)->tx_tail = tx_tail; in ether3_tx()