Searched refs:RX_LAST_DESC (Results 1 – 2 of 2) sorted by relevance
90 #define RX_LAST_DESC (1 << 16) macro825 if (((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC)) != in rxq_process()826 (RX_FIRST_DESC | RX_LAST_DESC)) in rxq_process()830 if ((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC)) != in rxq_process()831 (RX_FIRST_DESC | RX_LAST_DESC)) { in rxq_process()
248 #define RX_LAST_DESC 0x04000000 macro573 if ((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC | ERROR_SUMMARY)) in rxq_process()574 != (RX_FIRST_DESC | RX_LAST_DESC)) in rxq_process()594 if ((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC)) != in rxq_process()595 (RX_FIRST_DESC | RX_LAST_DESC)) { in rxq_process()