Searched refs:pmd_type (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dskge.c2137 u8 t8, mac_cfg, pmd_type; local
2162 pmd_type = skge_read8(hw, B2_PMD_TYP);
2163 hw->copper = (pmd_type == 'T' || pmd_type == '1');
2184 if (hw->phy_type < SK_PHY_MARV_COPPER && pmd_type != 'S')
H A Dsky2.c370 if (hw->pmd_type == 'P') {
1986 hw->pmd_type = sky2_read8(hw, B2_PMD_TYP);
1987 if (hw->pmd_type == 'L' || hw->pmd_type == 'S' || hw->pmd_type == 'P')
H A Dsky2.h2082 u8 pmd_type; member in struct:sky2_hw

Completed in 53 milliseconds