Home
last modified time | relevance | path

Searched refs:tx_current (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/usb/musb/
Dcppi_dma.h21 u32 tx_current; /* current descriptor */ member
Dcppi_dma.c102 musb_writel(&tx->tx_current, 0, 0); in cppi_reset_tx()
398 musb_readl(&tx->tx_current, 0), in cppi_dump_tx()
/Linux-v4.19/drivers/net/wan/
Ddscc4.c209 volatile u32 tx_current; member
428 ((dpriv->tx_current-1)%TX_RING_SIZE)*sizeof(struct TxFD); in dscc4_do_tx()
444 return dpriv->tx_current == dpriv->tx_dirty; in dscc4_tx_done()
478 dev->name, dpriv->tx_current, dpriv->tx_dirty, msg); in dscc4_tx_print()
1150 next = dpriv->tx_current%TX_RING_SIZE; in dscc4_start_xmit()
1168 if (!((++dpriv->tx_current - dpriv->tx_dirty)%TX_RING_SIZE)) in dscc4_start_xmit()
1541 if ((dpriv->tx_current - dpriv->tx_dirty)%TX_RING_SIZE) in dscc4_tx_irq()
1931 i = dpriv->tx_current = 0; in dscc4_init_ring()