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