Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dcalxedaxgmac.c303 u32 tx_currdesc; member
406 priv->tx_currdesc = 0; in xgmac_init()
430 u32 currdesc = priv->tx_currdesc; in xgmac_tx()
450 priv->tx_currdesc = (currdesc + 1) & (TX_NUM_DESC - 1); in xgmac_tx()
496 priv->tx_currdesc = 0; in xgmac_halt()