Searched refs:tx_dirty (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Ddscc4.c211 volatile u32 tx_dirty; member in struct:dscc4_dev_priv
444 return dpriv->tx_current == dpriv->tx_dirty;
477 printk(KERN_DEBUG "%s: tx_current=%02d tx_dirty=%02d (%s)\n",
478 dev->name, dpriv->tx_current, dpriv->tx_dirty, msg);
1133 if (!((++dpriv->tx_current - dpriv->tx_dirty)%TX_RING_SIZE))
1466 if ((dpriv->tx_current - dpriv->tx_dirty)%TX_RING_SIZE)
1492 cur = dpriv->tx_dirty%TX_RING_SIZE;
1504 ++dpriv->tx_dirty;
1567 (dpriv->tx_dirty%TX_RING_SIZE)*
1805 int last = dpriv->tx_dirty
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dipg.c152 printk(KERN_INFO "tx_dirty = %2.2x\n", sp->tx_dirty);
830 sp->tx_dirty = 0;
852 pending = sp->tx_current - sp->tx_dirty;
853 dirty = sp->tx_dirty % IPG_TFDLIST_LENGTH;
882 sp->tx_dirty += released;
885 (sp->tx_current != (sp->tx_dirty + IPG_TFDLIST_LENGTH))) {
1943 if (sp->tx_current == (sp->tx_dirty + IPG_TFDLIST_LENGTH))
H A Dipg.h720 unsigned int tx_dirty; member in struct:ipg_nic_private

Completed in 77 milliseconds