Home
last modified time | relevance | path

Searched refs:mdix (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_mac.c1516 if (!hw->mac.autoneg && (hw->phy.mdix == 0 || hw->phy.mdix == 3)) { in igb_validate_mdi_setting()
1518 hw->phy.mdix = 1; in igb_validate_mdi_setting()
De1000_phy.c520 switch (hw->phy.mdix) { in igb_copper_link_setup_82580()
571 switch (phy->mdix) { in igb_copper_link_setup_m88()
671 switch (phy->mdix) { in igb_copper_link_setup_m88_gen2()
791 switch (phy->mdix) { in igb_copper_link_setup_igp()
De1000_hw.h445 u8 mdix; member
Digb_ethtool.c250 if (hw->phy.mdix == AUTO_ALL_MODES) in igb_get_settings()
253 ecmd->eth_tp_mdix_ctrl = hw->phy.mdix; in igb_get_settings()
335 hw->phy.mdix = AUTO_ALL_MODES; in igb_set_settings()
337 hw->phy.mdix = ecmd->eth_tp_mdix_ctrl; in igb_set_settings()
Digb_main.c2348 hw->phy.mdix = AUTO_ALL_MODES; in igb_probe()
7345 adapter->hw.phy.mdix = AUTO_ALL_MODES; in igb_set_spd_dplx()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dethtool.c199 if (hw->phy.mdix == AUTO_ALL_MODES) in e1000_get_settings()
202 ecmd->eth_tp_mdix_ctrl = hw->phy.mdix; in e1000_get_settings()
248 adapter->hw.phy.mdix = AUTO_ALL_MODES; in e1000_set_spd_dplx()
323 hw->phy.mdix = AUTO_ALL_MODES; in e1000_set_settings()
325 hw->phy.mdix = ecmd->eth_tp_mdix_ctrl; in e1000_set_settings()
Dhw.h600 u8 mdix; member
Dphy.c671 switch (hw->phy.mdix) { in e1000_copper_link_setup_82577()
720 switch (phy->mdix) { in e1000e_copper_link_setup_m88()
874 switch (phy->mdix) { in e1000e_copper_link_setup_igp()
D80003es2lan.c917 switch (phy->mdix) { in e1000_copper_link_setup_gg82563_80003es2lan()
Dich8lan.c4914 switch (hw->phy.mdix) { in e1000_setup_copper_link_ich8lan()
Dnetdev.c6885 adapter->hw.phy.mdix = AUTO_ALL_MODES; in e1000_probe()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_ethtool.c181 if (hw->mdix == AUTO_ALL_MODES) in e1000_get_settings()
184 ecmd->eth_tp_mdix_ctrl = hw->mdix; in e1000_get_settings()
235 hw->mdix = AUTO_ALL_MODES; in e1000_set_settings()
237 hw->mdix = ecmd->eth_tp_mdix_ctrl; in e1000_set_settings()
De1000_hw.c1132 hw->mdix = 1; in e1000_copper_link_igp_setup()
1138 switch (hw->mdix) { in e1000_copper_link_igp_setup()
1253 switch (hw->mdix) { in e1000_copper_link_mgp_setup()
3460 if (!hw->autoneg && (hw->mdix == 0 || hw->mdix == 3)) { in e1000_validate_mdi_setting()
3462 hw->mdix = 1; in e1000_validate_mdi_setting()
De1000_hw.h1407 u8 mdix; member
De1000_main.c921 hw->mdix = AUTO_ALL_MODES; in e1000_init_hw_struct()
5048 hw->mdix = AUTO_ALL_MODES; in e1000_set_spd_dplx()