Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_core.c60 if (lpi_status & LPI_CTRL_STATUS_RLPIEN) in sxgbe_get_lpi_status()
H A Dsxgbe_common.h141 #define LPI_CTRL_STATUS_RLPIEN BIT(2) macro
/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Dcommon.h543 #define LPI_CTRL_STATUS_RLPIEN BIT(2) /* Receive LPI Entry */ macro
H A Ddwmac1000_core.c332 if (ret & LPI_CTRL_STATUS_RLPIEN) in dwmac1000_irq_status()
H A Ddwmac4_core.c852 if (status & LPI_CTRL_STATUS_RLPIEN) in dwmac4_irq_status()
H A Ddwxgmac2_core.c327 if (lpi & LPI_CTRL_STATUS_RLPIEN) in dwxgmac2_host_irq_status()