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