Searched refs:RXFIFO_REMPTY (Results 1 – 4 of 4) sorted by relevance
533 #define RXFIFO_REMPTY 0x8000 /* RX FIFO Empty */ macro
684 if ( packet_number & RXFIFO_REMPTY ) { in smc_rcv()
642 #define RXFIFO_REMPTY 0x80 // RX FIFO Empty macro
407 if (unlikely(packet_number & RXFIFO_REMPTY)) { in smc_rcv()