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