Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A De1000.h2258 #define NWAY_LPAR_100TX_FD_CAPS 0x0100 /* LP is 100TX Full Duplex Capable */ macro
H A De1000.c3960 NWAY_LPAR_100TX_FD_CAPS | in e1000_check_for_link()
4167 !(phy_data & NWAY_LPAR_100TX_FD_CAPS)) in e1000_get_speed_and_duplex()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h2609 #define NWAY_LPAR_100TX_FD_CAPS 0x0100 /* LP is 100TX Full Duplex Capable */ macro
H A De1000_hw.c2602 !(phy_data & NWAY_LPAR_100TX_FD_CAPS)) || in e1000_get_speed_and_duplex()