Searched refs:mac_isr (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/axgbe/ |
H A D | if_axgbe_pci.c | 2141 unsigned int mac_isr, mac_mdioisr; in axgbe_dev_isr() local 2200 mac_isr = XGMAC_IOREAD(pdata, MAC_ISR); in axgbe_dev_isr() 2201 axgbe_printf(2, "%s MAC ISR: 0x%x\n", __func__, mac_isr); in axgbe_dev_isr() 2203 if (XGMAC_GET_BITS(mac_isr, MAC_ISR, MMCTXIS)) in axgbe_dev_isr() 2206 if (XGMAC_GET_BITS(mac_isr, MAC_ISR, MMCRXIS)) in axgbe_dev_isr() 2209 if (XGMAC_GET_BITS(mac_isr, MAC_ISR, SMI)) { in axgbe_dev_isr()
|