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

/linux-master/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c78 #define RX_LAST_DESC (1 << 16) macro
811 if (((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC)) !=
812 (RX_FIRST_DESC | RX_LAST_DESC))
816 if ((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC)) !=
817 (RX_FIRST_DESC | RX_LAST_DESC)) {
H A Dmv643xx_eth.c235 #define RX_LAST_DESC 0x04000000 macro
558 if ((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC | ERROR_SUMMARY))
559 != (RX_FIRST_DESC | RX_LAST_DESC))
579 if ((cmd_sts & (RX_FIRST_DESC | RX_LAST_DESC)) !=
580 (RX_FIRST_DESC | RX_LAST_DESC)) {

Completed in 236 milliseconds