Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmii.h162 #define LPA_1000REMRXOK 0x1000 /* Link partner remote receiver status */ macro
/openbmc/u-boot/include/linux/
H A Dmii.h139 #define LPA_1000REMRXOK 0x1000 /* Link partner remote receiver status */ macro
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dphy.c1979 phy->remote_rx = (phy_data & LPA_1000REMRXOK) in e1000e_get_phy_info_m88()
2041 phy->remote_rx = (data & LPA_1000REMRXOK) in e1000e_get_phy_info_igp()
3249 phy->remote_rx = (data & LPA_1000REMRXOK) in e1000_get_phy_info_82577()