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

/freebsd-10-stable/sys/dev/e1000/
H A De1000_phy.c2992 enum e1000_phy_type phy_type = e1000_phy_unknown;
3043 phy_type = e1000_phy_unknown;
3061 enum e1000_phy_type phy_type = e1000_phy_unknown;
3076 if (phy_type != e1000_phy_unknown)
H A De1000_hw.h283 e1000_phy_unknown = 0, enumerator in enum:e1000_phy_type
H A De1000_ich8lan.c478 phy->id = e1000_phy_unknown;
484 if (phy->id == e1000_phy_unknown)
580 while ((e1000_phy_unknown == e1000_get_phy_type_from_id(phy->id)) &&

Completed in 280 milliseconds