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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dll_temac.h367 int tx_bd_ci; member in struct:temac_local
H A Dll_temac_main.c620 cur_p = &lp->tx_bd_v[lp->tx_bd_ci];
637 lp->tx_bd_ci++;
638 if (lp->tx_bd_ci >= TX_BD_NUM)
639 lp->tx_bd_ci = 0;
641 cur_p = &lp->tx_bd_v[lp->tx_bd_ci];

Completed in 43 milliseconds