Searched refs:rxtail (Results 1 – 3 of 3) sorted by relevance
267 priv->rxtail = 0; in am79c961_init_for_open()490 hdraddr = priv->rxhdr + (priv->rxtail << 3); in am79c961_rx()491 pktaddr = priv->rxbuffer[priv->rxtail]; in am79c961_rx()497 priv->rxtail ++; in am79c961_rx()498 if (priv->rxtail >= RX_BUFFERS) in am79c961_rx()499 priv->rxtail = 0; in am79c961_rx()
135 unsigned char rxtail; member
78 unsigned int rxtail; /* Next entry in rxring to read */ member179 data->rxhead, data->rxtail, data->rxfree, in dump_eth_one()748 int rx = data->rxtail; in tsi108_complete_rx()755 data->rxtail = (data->rxtail + 1) % TSI108_RXRING_LEN; in tsi108_complete_rx()1324 data->rxtail = 0; in tsi108_open()1414 int rx = data->rxtail; in tsi108_close()1418 data->rxtail = (data->rxtail + 1) % TSI108_RXRING_LEN; in tsi108_close()