Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dmdio.h120 #define MDIO_STAT1_LPOWERABLE 0x0002 /* Low-power ability */ macro
/linux-6.1.9/drivers/net/ethernet/sfc/falcon/
Dmdio_10g.c206 if (stat & MDIO_STAT1_LPOWERABLE) { in ef4_mdio_set_mmd_lpower()
/linux-6.1.9/drivers/net/phy/
Dphy-c45.c42 return !!(stat1 & MDIO_STAT1_LPOWERABLE); in genphy_c45_pma_can_sleep()