Home
last modified time | relevance | path

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

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