Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/natsemi/
Dsonic.h199 #define SONIC_INT_RBE 0x0020 macro
Dsonic.c485 if (SONIC_READ(SONIC_ISR) & SONIC_INT_RBE) { in sonic_rx()
488 SONIC_WRITE(SONIC_ISR, SONIC_INT_RBE); /* clear the flag */ in sonic_rx()