Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c3282 tx_status = XGMAC_MTL_IOREAD(pdata, queue, MTL_Q_TQDR); in xgbe_txq_prepare_tx_stop()
3283 if ((XGMAC_GET_BITS(tx_status, MTL_Q_TQDR, TRCSTS) != 1) && in xgbe_txq_prepare_tx_stop()
3284 (XGMAC_GET_BITS(tx_status, MTL_Q_TQDR, TXQSTS) == 0)) in xgbe_txq_prepare_tx_stop()
H A Dxgbe-common.h804 #define MTL_Q_TQDR 0x08 macro