dty_tx            202 drivers/net/ethernet/ethoc.c 	unsigned int dty_tx;
dty_tx            305 drivers/net/ethernet/ethoc.c 	dev->dty_tx = 0;
dty_tx            517 drivers/net/ethernet/ethoc.c 		entry = priv->dty_tx & (priv->num_tx-1);
dty_tx            521 drivers/net/ethernet/ethoc.c 		if (bd.stat & TX_BD_READY || (priv->dty_tx == priv->cur_tx)) {
dty_tx            532 drivers/net/ethernet/ethoc.c 			    (priv->dty_tx == priv->cur_tx))
dty_tx            537 drivers/net/ethernet/ethoc.c 		priv->dty_tx++;
dty_tx            540 drivers/net/ethernet/ethoc.c 	if ((priv->cur_tx - priv->dty_tx) <= (priv->num_tx / 2))
dty_tx            917 drivers/net/ethernet/ethoc.c 	if (priv->cur_tx == (priv->dty_tx + priv->num_tx)) {