Lines Matching refs:tx_tail
339 priv(dev)->tx_tail = 0; in ether3_init_for_open()
469 priv(dev)->tx_head, priv(dev)->tx_tail); in ether3_timeout()
470 ether3_setbuffer(dev, buffer_read, priv(dev)->tx_tail); in ether3_timeout()
477 priv(dev)->tx_head = priv(dev)->tx_tail = 0; in ether3_timeout()
509 if (priv(dev)->tx_tail == next_ptr) { in ether3_sendpacket()
542 if (priv(dev)->tx_tail == next_ptr) in ether3_sendpacket()
693 unsigned int tx_tail = priv(dev)->tx_tail; in ether3_tx() local
702 ether3_setbuffer(dev, buffer_read, tx_tail * 0x600); in ether3_tx()
725 tx_tail = (tx_tail + 1) & 15; in ether3_tx()
728 if (priv(dev)->tx_tail != tx_tail) { in ether3_tx()
729 priv(dev)->tx_tail = tx_tail; in ether3_tx()