Searched refs:TX_LAST_DESC (Results 1 – 2 of 2) sorted by relevance
32 #define TX_LAST_DESC (1<<16) macro
567 p_txdesc->cmd_sts |= TX_FIRST_DESC | TX_LAST_DESC; in armdfec_send()584 if ((cmd_sts & (TX_ERROR | TX_LAST_DESC)) == in armdfec_send()585 (TX_ERROR | TX_LAST_DESC)) { in armdfec_send()