DMA_ISR
dma_isr = XGMAC_IOREAD(pdata, DMA_ISR);
if (XGMAC_GET_BITS(dma_isr, DMA_ISR, MACIS)) {
dma_isr = readl(pdata->mac_regs + DMA_ISR);