Searched refs:tx_first_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.h498 u_short tx_first_in_use; member in struct:net_local
H A Dwavelan.c647 mcs_addr = lp->tx_first_in_use + sizeof(ac_tx_t) + sizeof(ac_nop_t)
713 while (lp->tx_first_in_use != I82586NULL) {
717 obram_read(ioaddr, acoff(lp->tx_first_in_use, ac_status),
741 lp->tx_first_in_use = I82586NULL;
744 lp->tx_first_in_use += TXBLOCKZ;
745 if (lp->tx_first_in_use >=
747 NTXBLOCKS * TXBLOCKZ) lp->tx_first_in_use -=
1192 for (i = 0, p = lp->tx_first_in_use; i < NTXBLOCKS; i++) {
1234 printk(" tx_first_in_use=0x%x,", lp->tx_first_in_use);
[all...]

Completed in 104 milliseconds