Lines Matching refs:tx_tail
338 priv(dev)->tx_tail = 0; in ether3_init_for_open()
468 priv(dev)->tx_head, priv(dev)->tx_tail); in ether3_timeout()
469 ether3_setbuffer(dev, buffer_read, priv(dev)->tx_tail); in ether3_timeout()
476 priv(dev)->tx_head = priv(dev)->tx_tail = 0; in ether3_timeout()
508 if (priv(dev)->tx_tail == next_ptr) { in ether3_sendpacket()
541 if (priv(dev)->tx_tail == next_ptr) in ether3_sendpacket()
692 unsigned int tx_tail = priv(dev)->tx_tail; in ether3_tx() local
701 ether3_setbuffer(dev, buffer_read, tx_tail * 0x600); in ether3_tx()
724 tx_tail = (tx_tail + 1) & 15; in ether3_tx()
727 if (priv(dev)->tx_tail != tx_tail) { in ether3_tx()
728 priv(dev)->tx_tail = tx_tail; in ether3_tx()