Home
last modified time | relevance | path

Searched refs:RX_LAST_DESC (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/marvell/
Dpxa168_eth.c90 #define RX_LAST_DESC (1 << 16) macro
822 if (((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC)) != in rxq_process()
823 (RX_FIRST_DESC | RX_LAST_DESC)) in rxq_process()
827 if ((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC)) != in rxq_process()
828 (RX_FIRST_DESC | RX_LAST_DESC)) { in rxq_process()
Dmv643xx_eth.c246 #define RX_LAST_DESC 0x04000000 macro
569 if ((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC | ERROR_SUMMARY)) in rxq_process()
570 != (RX_FIRST_DESC | RX_LAST_DESC)) in rxq_process()
590 if ((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC)) != in rxq_process()
591 (RX_FIRST_DESC | RX_LAST_DESC)) { in rxq_process()