Home
last modified time | relevance | path

Searched refs:cause_misc (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c4128 u32 cause_rx_tx, cause_rx, cause_tx, cause_misc; in mvpp2_poll() local
4149 cause_misc = cause_rx_tx & MVPP2_CAUSE_MISC_SUM_MASK; in mvpp2_poll()
4150 if (cause_misc) { in mvpp2_poll()
4151 mvpp2_cause_error(port->dev, cause_misc); in mvpp2_poll()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c4486 u32 cause_rx_tx, cause_rx, cause_tx, cause_misc; in mvpp2_poll() local
4507 cause_misc = cause_rx_tx & MVPP2_CAUSE_MISC_SUM_MASK; in mvpp2_poll()
4508 if (cause_misc) { in mvpp2_poll()
4509 mvpp2_cause_error(port->dev, cause_misc); in mvpp2_poll()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H A Dmvneta.c3142 u32 cause_misc = mvreg_read(pp, MVNETA_INTR_MISC_CAUSE); in mvneta_poll() local
3146 if (cause_misc & (MVNETA_CAUSE_PHY_STATUS_CHANGE | in mvneta_poll()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H A Dmvneta.c3288 u32 cause_misc = mvreg_read(pp, MVNETA_INTR_MISC_CAUSE); in mvneta_poll() local
3292 if (cause_misc & (MVNETA_CAUSE_PHY_STATUS_CHANGE | in mvneta_poll()

Completed in 34 milliseconds