Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/e1000/
HDe1000_mac.c2132 if (!hw->mac.autoneg && (hw->phy.mdix == 0 || hw->phy.mdix == 3)) { in e1000_validate_mdi_setting_generic()
2134 hw->phy.mdix = 1; in e1000_validate_mdi_setting_generic()
HDe1000_phy.c1093 switch (hw->phy.mdix) { in e1000_copper_link_setup_82577()
1146 switch (phy->mdix) { in e1000_copper_link_setup_m88()
1295 switch (phy->mdix) { in e1000_copper_link_setup_m88_gen2()
1417 switch (phy->mdix) { in e1000_copper_link_setup_igp()
HDe1000_hw.h895 u8 mdix; member
HDe1000_82541.c551 phy->mdix = 1; in e1000_setup_copper_link_82541()
HDe1000_80003es2lan.c1002 switch (phy->mdix) { in e1000_copper_link_setup_gg82563_80003es2lan()
HDe1000_ich8lan.c5400 switch (hw->phy.mdix) { in e1000_setup_copper_link_ich8lan()
HDif_em.c1249 hw->phy.mdix = AUTO_ALL_MODES; in em_if_attach_pre()
/freebsd-14-stable/sys/dev/igc/
HDigc_hw.h468 u8 mdix; member
HDif_igc.c605 hw->phy.mdix = AUTO_ALL_MODES; in igc_if_attach_pre()