Home
last modified time | relevance | path

Searched refs:NWAY_LPAR_10T_FD_CAPS (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/net/
H A De1000.h2256 #define NWAY_LPAR_10T_FD_CAPS 0x0040 /* LP is 10T Full Duplex Capable */ macro
H A De1000.c3958 NWAY_LPAR_10T_FD_CAPS | in e1000_check_for_link()
4169 && !(phy_data & NWAY_LPAR_10T_FD_CAPS))) in e1000_get_speed_and_duplex()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h2607 #define NWAY_LPAR_10T_FD_CAPS 0x0040 /* LP is 10T Full Duplex Capable */ macro
H A De1000_hw.c2604 !(phy_data & NWAY_LPAR_10T_FD_CAPS))) in e1000_get_speed_and_duplex()