Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cortina/
H A Dgemini.h503 #define EOF_BIT 0x40000000 macro
H A Dgemini.c629 if (word3 & EOF_BIT) in gmac_clean_txq()
1214 word3 |= EOF_BIT; in gmac_map_tx_bufs()
1496 if (word3.bits32 & EOF_BIT) in gmac_rx()
1512 if (word3.bits32 & EOF_BIT) { in gmac_rx()