Searched refs:RX_FIRST_DESC (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c89 #define RX_FIRST_DESC (1 << 17) macro
825 if (((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC)) != rxq_process()
826 (RX_FIRST_DESC | RX_LAST_DESC)) rxq_process()
830 if ((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC)) != rxq_process()
831 (RX_FIRST_DESC | RX_LAST_DESC)) { rxq_process()
H A Dmv643xx_eth.c247 #define RX_FIRST_DESC 0x08000000 macro
573 if ((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC | ERROR_SUMMARY)) rxq_process()
574 != (RX_FIRST_DESC | RX_LAST_DESC)) rxq_process()
594 if ((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC)) != rxq_process()
595 (RX_FIRST_DESC | RX_LAST_DESC)) { rxq_process()

Completed in 152 milliseconds