Searched refs:ixgbe_get_phy_type_from_id (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_phy.h161 enum ixgbe_phy_type ixgbe_get_phy_type_from_id(u32 phy_id);
H A Dixgbe_phy.c304 hw->phy.type = ixgbe_get_phy_type_from_id(hw->phy.id);
455 * ixgbe_get_phy_type_from_id - Get the phy type
459 enum ixgbe_phy_type ixgbe_get_phy_type_from_id(u32 phy_id) function
463 DEBUGFUNC("ixgbe_get_phy_type_from_id");

Completed in 66 milliseconds