Searched refs:int_cause_ext (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/mge/ |
| H A D | if_mge.c | 118 uint32_t int_cause_ext); 725 uint32_t int_cause, int_cause_ext; in mge_poll() local 737 int_cause_ext = MGE_READ(sc, MGE_PORT_INT_CAUSE_EXT); in mge_poll() 743 if (int_cause || int_cause_ext) { in mge_poll() 745 MGE_WRITE(sc, MGE_PORT_INT_CAUSE_EXT, ~int_cause_ext); in mge_poll() 1197 uint32_t int_cause, int_cause_ext; in mge_intr_rxtx() local 1211 int_cause_ext = MGE_READ(sc, MGE_PORT_INT_CAUSE_EXT); in mge_intr_rxtx() 1214 if (int_cause_ext & (MGE_PORT_INT_EXT_TXBUF0 | in mge_intr_rxtx() 1216 MGE_WRITE(sc, MGE_PORT_INT_CAUSE_EXT, ~(int_cause_ext & in mge_intr_rxtx() 1224 mge_intr_rx_check(sc, int_cause, int_cause_ext); in mge_intr_rxtx() [all …]
|