Home
last modified time | relevance | path

Searched refs:NWAY_AR_10T_HD_CAPS (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/intel/igc/
Digc_phy.c267 NWAY_AR_10T_HD_CAPS); in igc_phy_setup_autoneg()
275 mii_autoneg_adv_reg |= NWAY_AR_10T_HD_CAPS; in igc_phy_setup_autoneg()
Digc_defines.h159 #define NWAY_AR_10T_HD_CAPS 0x0020 /* 10T Half Duplex Capable */ macro
/linux-5.19.10/drivers/net/ethernet/intel/igb/
De1000_defines.h666 #define NWAY_AR_10T_HD_CAPS 0x0020 /* 10T Half Duplex Capable */ macro
De1000_phy.c960 NWAY_AR_10T_HD_CAPS); in igb_phy_setup_autoneg()
968 mii_autoneg_adv_reg |= NWAY_AR_10T_HD_CAPS; in igb_phy_setup_autoneg()
/linux-5.19.10/drivers/net/ethernet/intel/e1000/
De1000_hw.h2597 #define NWAY_AR_10T_HD_CAPS 0x0020 /* 10T Half Duplex Capable */ macro
De1000_hw.c1531 mii_autoneg_adv_reg |= NWAY_AR_10T_HD_CAPS; in e1000_phy_setup_autoneg()