Searched refs:TX_ERROR (Results 1 – 2 of 2) sorted by relevance
32 #define TX_ERROR (1<<15) macro
583 if ((cmd_sts & (TX_ERROR | TX_LAST_DESC)) == in armdfec_send()584 (TX_ERROR | TX_LAST_DESC)) { in armdfec_send()