Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_core.c56 if (lpi_status & LPI_CTRL_STATUS_TLPIEN) in sxgbe_get_lpi_status()
H A Dsxgbe_common.h143 #define LPI_CTRL_STATUS_TLPIEN BIT(0) macro
/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Dcommon.h545 #define LPI_CTRL_STATUS_TLPIEN BIT(0) /* Transmit LPI Entry */ macro
H A Ddwmac1000_core.c328 if (ret & LPI_CTRL_STATUS_TLPIEN) in dwmac1000_irq_status()
H A Ddwmac4_core.c844 if (status & LPI_CTRL_STATUS_TLPIEN) { in dwmac4_irq_status()
H A Ddwxgmac2_core.c319 if (lpi & LPI_CTRL_STATUS_TLPIEN) { in dwxgmac2_host_irq_status()