HomeSort by: relevance | last modified time | path
    Searched refs:ixgbe_init_phy_ops_generic (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_phy.h 162 s32 ixgbe_init_phy_ops_generic(struct ixgbe_hw *hw);
ixgbe_x540.c 75 ret_val = ixgbe_init_phy_ops_generic(hw);
89 phy->ops.init = ixgbe_init_phy_ops_generic;
ixgbe_82598.c 133 ret_val = ixgbe_init_phy_ops_generic(hw);
ixgbe_82599.c 338 ixgbe_init_phy_ops_generic(hw);
ixgbe_phy.c 250 * ixgbe_init_phy_ops_generic - Inits PHY function ptrs
255 s32 ixgbe_init_phy_ops_generic(struct ixgbe_hw *hw) function in typeref:typename:s32
259 DEBUGFUNC("ixgbe_init_phy_ops_generic");

Completed in 16 milliseconds