Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/cortina/
Dgemini.h503 #define EOF_BIT 0x40000000 macro
Dgemini.c636 if (word3 & EOF_BIT) in gmac_clean_txq()
1190 word3 |= EOF_BIT; in gmac_map_tx_bufs()
1467 if (word3.bits32 & EOF_BIT) in gmac_rx()
1483 if (word3.bits32 & EOF_BIT) { in gmac_rx()