Searched refs:rxtail (Results 1 – 3 of 3) sorted by relevance
270 priv->rxtail = 0; in am79c961_init_for_open()493 hdraddr = priv->rxhdr + (priv->rxtail << 3); in am79c961_rx()494 pktaddr = priv->rxbuffer[priv->rxtail]; in am79c961_rx()500 priv->rxtail ++; in am79c961_rx()501 if (priv->rxtail >= RX_BUFFERS) in am79c961_rx()502 priv->rxtail = 0; in am79c961_rx()
138 unsigned char rxtail; member
90 unsigned int rxtail; /* Next entry in rxring to read */ member191 data->rxhead, data->rxtail, data->rxfree, in dump_eth_one()759 int rx = data->rxtail; in tsi108_complete_rx()766 data->rxtail = (data->rxtail + 1) % TSI108_RXRING_LEN; in tsi108_complete_rx()1335 data->rxtail = 0; in tsi108_open()1425 int rx = data->rxtail; in tsi108_close()1429 data->rxtail = (data->rxtail + 1) % TSI108_RXRING_LEN; in tsi108_close()