Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/msk/
HDif_mskreg.h841 #define Y2_IS_IRQ_MAC1 BIT_3 /* Interrupt from MAC 1 */ macro
853 (Y2_IS_IRQ_PHY1 | Y2_IS_IRQ_MAC1 | Y2_IS_CHK_TXA1 | Y2_IS_CHK_RX1)
HDif_msk.c3271 if ((status & Y2_IS_IRQ_MAC1) != 0 && sc_if0 != NULL) in mskc_intr()