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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/prism54/
H A Dislpci_eth.c44 while (priv->free_data_tx !=
48 index = priv->free_data_tx % ISL38XX_CB_TX_QSIZE;
70 priv->free_data_tx++;
100 if (unlikely(curr_frag - priv->free_data_tx >= ISL38XX_CB_TX_QSIZE)) {
222 if (curr_frag - priv->free_data_tx + ISL38XX_MIN_QTHRESHOLD
H A Dislpci_dev.h149 u32 free_data_tx; /* free pointer data tx queue */ member in struct:__anon6152
H A Dislpci_dev.c587 priv->free_data_tx = 0;

Completed in 113 milliseconds