Home
last modified time | relevance | path

Searched refs:RX_FIRST_DESC (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Darmada100_fec.h22 #define RX_FIRST_DESC (1<<17) macro
H A Darmada100_fec.c632 if ((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC)) != in armdfec_recv()
633 (RX_FIRST_DESC | RX_LAST_DESC)) { in armdfec_recv()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c77 #define RX_FIRST_DESC (1 << 17) macro
811 if (((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC)) != in rxq_process()
812 (RX_FIRST_DESC | RX_LAST_DESC)) in rxq_process()
816 if ((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC)) != in rxq_process()
817 (RX_FIRST_DESC | RX_LAST_DESC)) { in rxq_process()
H A Dmv643xx_eth.c234 #define RX_FIRST_DESC 0x08000000 macro
558 if ((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC | ERROR_SUMMARY)) in rxq_process()
559 != (RX_FIRST_DESC | RX_LAST_DESC)) in rxq_process()
579 if ((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC)) != in rxq_process()
580 (RX_FIRST_DESC | RX_LAST_DESC)) { in rxq_process()