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

/freebsd-11-stable/sys/dev/e1000/
H A De1000_phy.h89 enum e1000_phy_type e1000_get_phy_type_from_id(u32 phy_id);
H A De1000_phy.c2985 * e1000_get_phy_type_from_id - Get PHY type from id
2990 enum e1000_phy_type e1000_get_phy_type_from_id(u32 phy_id) function
3071 phy_type = e1000_get_phy_type_from_id(hw->phy.id);
H A De1000_ich8lan.c508 phy->type = e1000_get_phy_type_from_id(phy->id);
580 while ((e1000_phy_unknown == e1000_get_phy_type_from_id(phy->id)) &&

Completed in 133 milliseconds