Home
last modified time | relevance | path

Searched refs:GLOB_STAT_BM (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunbmac.h31 #define GLOB_STAT_BM 0x00000002 /* BigMAC Global IRQ */ macro
H A Dsunqe.h31 #define GLOB_STAT_BM 0x00000002 /* BigMAC Global IRQ */ macro
H A Dsunbmac.c720 if (qec_status & (GLOB_STAT_ER | GLOB_STAT_BM)) { in bigmac_is_medium_rare()
723 if (qec_status & GLOB_STAT_BM) in bigmac_is_medium_rare()
900 if ((qec_status & (GLOB_STAT_ER | GLOB_STAT_BM)) || in bigmac_interrupt()