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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dacenic.c27 * with 'testing the tx_ret_csm and setting tx_full'
326 * this is fun! since tx_ret_csm is only written to by the interrupt
1430 ap->tx_prd = *(ap->tx_csm) = ap->tx_ret_csm = 0;
1561 if (*ap->tx_csm != ap->tx_ret_csm) {
2074 ap->tx_ret_csm = txcsm;
2121 idx = ap->tx_ret_csm;
2411 if (tx_ring_full(ap, ap->tx_ret_csm, idx))
2432 if (tx_ring_full(ap, ap->tx_ret_csm, idx))
2475 if (tx_ring_full(ap, ap->tx_ret_csm, idx))
2505 if (!tx_ring_full(ap, ap->tx_ret_csm, id
[all...]
H A Dacenic.h630 volatile u32 tx_ret_csm; member in struct:ace_private
691 #define tx_free(ap) tx_space((ap)->tx_ret_csm, (ap)->tx_prd, ap)

Completed in 52 milliseconds