Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/alacritech/
H A Dslic.h76 #define SLIC_ISR_UPCERR_MASK (SLIC_ISR_UPCERR | SLIC_ISR_UPCBSY) macro
77 #define SLIC_ISR_UPC_MASK (SLIC_ISR_UPC | SLIC_ISR_UPCERR_MASK)
H A Dslicoss.c664 if (unlikely(irqs & SLIC_ISR_UPCERR_MASK)) { in slic_handle_upr_irq()