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