Home
last modified time | relevance | path

Searched refs:RTL_PHY_CTRL_FD (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h2904 #define RTL_PHY_CTRL_FD 0x0100 /* Full duplex.0=half; 1=full */ macro
H A De1000_hw.c1930 if (phy_data & RTL_PHY_CTRL_FD) in e1000_config_mac_to_phy()