Searched refs:TXBD_READY (Results 1 – 2 of 2) sorted by relevance
245 in_be16(&priv->txbd[priv->tx_idx].status) & TXBD_READY; in tsec_send()257 (TXBD_READY | TXBD_LAST | TXBD_CRC | TXBD_INTERRUPT)); in tsec_send()264 in_be16(&priv->txbd[priv->tx_idx].status) & TXBD_READY; in tsec_send()
170 #define TXBD_READY 0x8000 macro