Home
last modified time | relevance | path

Searched refs:CREG_STAT_TXIRQ (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunbmac.h58 #define CREG_STAT_TXIRQ 0x00200000 /* Transmit Interrupt */ macro
H A Dsunqe.h73 #define CREG_STAT_TXIRQ 0x00200000 /* Transmit Interrupt */ macro
H A Dsunqe.c489 (qe_status & CREG_STAT_TXIRQ)) { in qec_interrupt()
H A Dsunbmac.c904 if (bmac_status & CREG_STAT_TXIRQ) in bigmac_interrupt()