Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/
H A Dskge.c3275 u32 hwstatus = skge_read32(hw, B0_HWE_ISRC); in skge_error_irq() local
3279 if (hwstatus & (IS_NO_STAT_M1|IS_NO_TIST_M1)) in skge_error_irq()
3281 if (hwstatus & (IS_NO_STAT_M2|IS_NO_TIST_M2)) in skge_error_irq()
3285 if (hwstatus & IS_IRQ_TIST_OV) in skge_error_irq()
3289 if (hwstatus & IS_RAM_RD_PAR) { in skge_error_irq()
3294 if (hwstatus & IS_RAM_WR_PAR) { in skge_error_irq()
3299 if (hwstatus & IS_M1_PAR_ERR) in skge_error_irq()
3302 if (hwstatus & IS_M2_PAR_ERR) in skge_error_irq()
3305 if (hwstatus & IS_R1_PAR_ERR) { in skge_error_irq()
3311 if (hwstatus & IS_R2_PAR_ERR) { in skge_error_irq()
[all …]