Lines Matching refs:rxfree
80 unsigned int rxfree; /* Number of free, allocated RX buffers */ member
179 data->rxhead, data->rxtail, data->rxfree, in dump_eth_one()
747 while (data->rxfree && done != budget) { in tsi108_complete_rx()
756 data->rxfree--; in tsi108_complete_rx()
794 while (data->rxfree != TSI108_RXRING_LEN && done != budget) { in tsi108_refill_rx()
816 data->rxfree++; in tsi108_refill_rx()
856 if (data->rxfree < TSI108_RXRING_LEN) in tsi108_poll()
971 if (netif_running(dev) && data->rxfree < TSI108_RXRING_LEN / 4) in tsi108_check_rxring()
1348 data->rxfree = i; in tsi108_open()
1413 while (data->rxfree) { in tsi108_close()
1419 data->rxfree--; in tsi108_close()