Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/cortina/
Dgemini.h503 #define EOF_BIT 0x40000000 macro
Dgemini.c634 if (word3 & EOF_BIT) in gmac_clean_txq()
1188 word3 |= EOF_BIT; in gmac_map_tx_bufs()
1466 if (word3.bits32 & EOF_BIT) in gmac_rx()
1482 if (word3.bits32 & EOF_BIT) { in gmac_rx()