Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c3294 tx_status = XGMAC_MTL_IOREAD(pdata, queue, MTL_Q_TQDR); in xgbe_txq_prepare_tx_stop()
3295 if ((XGMAC_GET_BITS(tx_status, MTL_Q_TQDR, TRCSTS) != 1) && in xgbe_txq_prepare_tx_stop()
3296 (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