Lines Matching refs:rxfree
92 unsigned int rxfree; /* Number of free, allocated RX buffers */ member
188 data->rxhead, data->rxtail, data->rxfree, in dump_eth_one()
753 while (data->rxfree && done != budget) { in tsi108_complete_rx()
762 data->rxfree--; in tsi108_complete_rx()
800 while (data->rxfree != TSI108_RXRING_LEN && done != budget) { in tsi108_refill_rx()
822 data->rxfree++; in tsi108_refill_rx()
862 if (data->rxfree < TSI108_RXRING_LEN) in tsi108_poll()
977 if (netif_running(dev) && data->rxfree < TSI108_RXRING_LEN / 4) in tsi108_check_rxring()
1353 data->rxfree = i; in tsi108_open()
1418 while (data->rxfree) { in tsi108_close()
1424 data->rxfree--; in tsi108_close()