Lines Matching refs:tx_old
52 #define TX_BUFFS_AVAIL(sp) ((sp->tx_old <= sp->tx_new) ? \
53 sp->tx_old + (SEEQ_TX_BUFFERS - 1) - sp->tx_new : \
54 sp->tx_old - sp->tx_new - 1)
103 unsigned int rx_old, tx_old; member
185 sp->rx_old = sp->tx_old = 0; in seeq_init_ring()
275 gpriv->rx_new, gpriv->rx_old, gpriv->tx_new, gpriv->tx_old); in sgiseeq_dump_rings()
428 int i = sp->tx_old; in kick_tx()
471 for (j = sp->tx_old; j != sp->tx_new; j = NEXT_TX(j)) { in sgiseeq_tx()
485 sp->tx_old = NEXT_TX(sp->tx_old); in sgiseeq_tx()
512 if (sp->tx_old != sp->tx_new) in sgiseeq_interrupt()
626 if (sp->tx_old != sp->tx_new) { in sgiseeq_start_xmit()