Home
last modified time | relevance | path

Searched refs:e1000_phy_unknown (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_phy.c2992 enum e1000_phy_type phy_type = e1000_phy_unknown; in e1000_get_phy_type_from_id()
3043 phy_type = e1000_phy_unknown; in e1000_get_phy_type_from_id()
3061 enum e1000_phy_type phy_type = e1000_phy_unknown; in e1000_determine_phy_address()
3076 if (phy_type != e1000_phy_unknown) in e1000_determine_phy_address()
H A De1000_hw.h351 e1000_phy_unknown = 0, enumerator
H A De1000_ich8lan.c486 phy->id = e1000_phy_unknown; in e1000_init_phy_params_pchlan()
492 if (phy->id == e1000_phy_unknown) in e1000_init_phy_params_pchlan()
596 while ((e1000_phy_unknown == e1000_get_phy_type_from_id(phy->id)) && in e1000_init_phy_params_ich8lan()