Searched refs:tx_current (Results 1 – 5 of 5) sorted by relevance
209 volatile u32 tx_current; member431 ((dpriv->tx_current-1)%TX_RING_SIZE)*sizeof(struct TxFD); in dscc4_do_tx()447 return dpriv->tx_current == dpriv->tx_dirty; in dscc4_tx_done()481 dev->name, dpriv->tx_current, dpriv->tx_dirty, msg); in dscc4_tx_print()1158 next = dpriv->tx_current%TX_RING_SIZE; in dscc4_start_xmit()1177 if (!((++dpriv->tx_current - dpriv->tx_dirty)%TX_RING_SIZE)) in dscc4_start_xmit()1551 if ((dpriv->tx_current - dpriv->tx_dirty)%TX_RING_SIZE) in dscc4_tx_irq()1932 i = dpriv->tx_current = 0; in dscc4_init_ring()
27 u32 tx_current; /* current descriptor */ member
100 musb_writel(&tx->tx_current, 0, 0); in cppi_reset_tx()407 musb_readl(&tx->tx_current, 0), in cppi_dump_tx()
153 netdev_info(dev, "tx_current = %02x\n", sp->tx_current); in ipg_dump_tfdlist()836 sp->tx_current = 0; in init_tfdlist()859 pending = sp->tx_current - sp->tx_dirty; in ipg_nic_txfree()892 (sp->tx_current != (sp->tx_dirty + IPG_TFDLIST_LENGTH))) { in ipg_nic_txfree()1843 unsigned int entry = sp->tx_current % IPG_TFDLIST_LENGTH; in ipg_nic_hard_start_xmit()1869 (IPG_TFC_FRAMEID & sp->tx_current) | in ipg_nic_hard_start_xmit()1935 sp->tx_current++; in ipg_nic_hard_start_xmit()1941 if (sp->tx_current == (sp->tx_dirty + IPG_TFDLIST_LENGTH)) in ipg_nic_hard_start_xmit()
719 unsigned int tx_current; member