Home
last modified time | relevance | path

Searched refs:E1000_CTRL_SPD_1000 (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h190 #define E1000_CTRL_SPD_1000 0x00000200 /* Force 1Gb */ macro
H A Dethtool.c1405 E1000_CTRL_SPD_1000 |/* Force Speed to 1000 */ in e1000_integrated_phy_loopback()
1490 ctrl &= ~(E1000_CTRL_SPD_1000 | E1000_CTRL_SPD_100); in e1000_set_es2lan_mac_loopback()
1492 E1000_CTRL_SPD_1000 | E1000_CTRL_FD); in e1000_set_es2lan_mac_loopback()
H A Dphy.c1504 ctrl &= ~(E1000_CTRL_SPD_1000 | E1000_CTRL_SPD_100); in e1000e_phy_force_speed_duplex_setup()
H A Dich8lan.c2470 reg = ctrl_reg & ~(E1000_CTRL_SPD_1000 | E1000_CTRL_SPD_100); in e1000_configure_k1_ich8lan()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h189 #define E1000_CTRL_SPD_1000 0x00000200 /* Force 1Gb */ macro
H A De1000_phy.c1370 ctrl &= ~(E1000_CTRL_SPD_1000 | E1000_CTRL_SPD_100); in igb_phy_force_speed_duplex_setup()
H A Digb_ethtool.c1657 E1000_CTRL_SPD_1000 |/* Force Speed to 1000 */ in igb_integrated_phy_loopback()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c1151 E1000_CTRL_SPD_1000 | /* Force Speed to 1000 */ in e1000_nonintegrated_phy_loopback()
1234 E1000_CTRL_SPD_1000 |/* Force Speed to 1000 */ in e1000_integrated_phy_loopback()
H A De1000_hw.h1431 #define E1000_CTRL_SPD_1000 0x00000200 /* Force 1Gb */ macro