Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/intel/igb/
De1000_mac.c1393 if (!hw->mac.autoneg && (hw->phy.mdix == 0 || hw->phy.mdix == 3)) { in igb_validate_mdi_setting()
1395 hw->phy.mdix = 1; in igb_validate_mdi_setting()
De1000_hw.h415 u8 mdix; member
De1000_phy.c506 switch (phy->mdix) { in igb_copper_link_setup_m88()
611 switch (phy->mdix) { in igb_copper_link_setup_m88_gen2()
718 switch (phy->mdix) { in igb_copper_link_setup_igp()
Digb_main.c1960 hw->phy.mdix = AUTO_ALL_MODES; in igb_probe()
/linux-3.4.99/drivers/net/ethernet/intel/e1000/
De1000_hw.c1142 hw->mdix = 1; in e1000_copper_link_igp_setup()
1148 switch (hw->mdix) { in e1000_copper_link_igp_setup()
1264 switch (hw->mdix) { in e1000_copper_link_mgp_setup()
3480 if (!hw->autoneg && (hw->mdix == 0 || hw->mdix == 3)) { in e1000_validate_mdi_setting()
3482 hw->mdix = 1; in e1000_validate_mdi_setting()
De1000_hw.h1409 u8 mdix; member
De1000_main.c923 hw->mdix = AUTO_ALL_MODES; in e1000_init_hw_struct()
/linux-3.4.99/drivers/net/ethernet/intel/e1000e/
Dhw.h906 u8 mdix; member
D80003es2lan.c982 switch (phy->mdix) { in e1000_copper_link_setup_gg82563_80003es2lan()
Dphy.c697 switch (phy->mdix) { in e1000e_copper_link_setup_m88()
835 switch (phy->mdix) { in e1000e_copper_link_setup_igp()
Dich8lan.c3436 switch (hw->phy.mdix) { in e1000_setup_copper_link_ich8lan()
Dnetdev.c6205 adapter->hw.phy.mdix = AUTO_ALL_MODES; in e1000_probe()