Searched defs:ixgbe_phy_operations (Results 1 – 1 of 1) sorted by relevance
3584 struct ixgbe_phy_operations { struct3585 int (*identify)(struct ixgbe_hw *);3586 int (*identify_sfp)(struct ixgbe_hw *);3587 int (*init)(struct ixgbe_hw *);3588 int (*reset)(struct ixgbe_hw *);3593 int (*setup_link)(struct ixgbe_hw *);3594 int (*setup_internal_link)(struct ixgbe_hw *);3602 bool (*check_overtemp)(struct ixgbe_hw *);3603 int (*set_phy_power)(struct ixgbe_hw *, bool on);3604 int (*enter_lplu)(struct ixgbe_hw *);[all …]
Completed in 44 milliseconds