Searched defs:ixgbe_phy_operations (Results 1 – 1 of 1) sorted by relevance
4024 struct ixgbe_phy_operations { struct4025 s32 (*identify)(struct ixgbe_hw *);4026 s32 (*identify_sfp)(struct ixgbe_hw *);4027 s32 (*init)(struct ixgbe_hw *);4028 s32 (*reset)(struct ixgbe_hw *);4033 s32 (*setup_link)(struct ixgbe_hw *);4034 s32 (*setup_internal_link)(struct ixgbe_hw *);4043 void (*i2c_bus_clear)(struct ixgbe_hw *);4044 s32 (*check_overtemp)(struct ixgbe_hw *);4046 s32 (*enter_lplu)(struct ixgbe_hw *);[all …]