Searched refs:TX_BD_READY (Results 1 – 2 of 2) sorted by relevance
135 #define TX_BD_READY (1 << 15) /* TX buffer ready */ macro459 if ((bd.stat & TX_BD_READY) == 0) in ethoc_tx()491 bd.stat |= TX_BD_READY; in ethoc_send_common()
145 #define TX_BD_READY (1 << 15) /* TX buffer ready */ macro525 if (bd.stat & TX_BD_READY || (priv->dty_tx == priv->cur_tx)) { in ethoc_tx()535 if (bd.stat & TX_BD_READY || in ethoc_tx()914 bd.stat |= TX_BD_READY; in ethoc_start_xmit()