Searched refs:free_tx_count (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dfealnx.c405 int free_tx_count; member in struct:netdev_private
1272 np->free_tx_count = TX_RING_SIZE;
1310 --np->free_tx_count;
1338 np->free_tx_count -= 2;
1350 --np->free_tx_count;
1354 if (np->free_tx_count < 2)
1376 np->free_tx_count = TX_RING_SIZE;
1532 ++np->free_tx_count;
1536 np->free_tx_count += 2;
1541 if (num_tx && np->free_tx_count >
[all...]

Completed in 57 milliseconds