Home
last modified time | relevance | path

Searched refs:EOF_BIT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/cortina/
H A Dgemini.h503 #define EOF_BIT 0x40000000 macro
H A Dgemini.c635 if (word3 & EOF_BIT) in gmac_clean_txq()
1211 word3 |= EOF_BIT; in gmac_map_tx_bufs()
1489 if (word3.bits32 & EOF_BIT) in gmac_rx()
1505 if (word3.bits32 & EOF_BIT) { in gmac_rx()
/kernel/linux/linux-6.6/drivers/net/ethernet/cortina/
H A Dgemini.h503 #define EOF_BIT 0x40000000 macro
H A Dgemini.c634 if (word3 & EOF_BIT) in gmac_clean_txq()
1210 word3 |= EOF_BIT; in gmac_map_tx_bufs()
1488 if (word3.bits32 & EOF_BIT) in gmac_rx()
1504 if (word3.bits32 & EOF_BIT) { in gmac_rx()

Completed in 11 milliseconds