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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Dwavelan.p.h494 int tx_n_in_use; member in struct:net_local
H A Dwavelan.c732 --lp->tx_n_in_use;
735 if (lp->tx_n_in_use > 0)
736 printk("%c", "0123456789abcdefghijk"[lp->tx_n_in_use]);
740 if (lp->tx_n_in_use <= 0)
828 if (lp->tx_n_in_use < NTXBLOCKS - 1) {
1229 printk(" tx_n_in_use=%d,", lp->tx_n_in_use);
2794 if (lp->tx_n_in_use == (NTXBLOCKS - 1)) {
2812 lp->tx_n_in_use++;
2877 if (lp->tx_n_in_use < NTXBLOCK
[all...]

Completed in 105 milliseconds