Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dep93xx_eth.h73 #define TX_STATUS_TXWE(tx_status) (((tx_status)->word1 >> 30) & 0x01) macro
H A Dep93xx_eth.c402 if (!TX_STATUS_TXWE(priv->tx_sq.current)) { in ep93xx_eth_send_packet()