Searched refs:tx_ret_csm (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 Dacenic.c27 * with 'testing the tx_ret_csm and setting tx_full'
321 * this is fun! since tx_ret_csm is only written to by the interrupt
1433 ap->tx_prd = *(ap->tx_csm) = ap->tx_ret_csm = 0;
1559 if (*ap->tx_csm != ap->tx_ret_csm) {
2069 ap->tx_ret_csm = txcsm;
2116 idx = ap->tx_ret_csm;
2406 if (tx_ring_full(ap, ap->tx_ret_csm, idx))
2427 if (tx_ring_full(ap, ap->tx_ret_csm, idx))
2470 if (tx_ring_full(ap, ap->tx_ret_csm, idx))
2500 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
694 #define tx_free(ap) tx_space((ap)->tx_ret_csm, (ap)->tx_prd, ap)

Completed in 51 milliseconds