Home
last modified time | relevance | path

Searched defs:ixgbe_phy_operations (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h3539 struct ixgbe_phy_operations { struct
3540 int (*identify)(struct ixgbe_hw *);
3541 int (*identify_sfp)(struct ixgbe_hw *);
3542 int (*init)(struct ixgbe_hw *);
3543 int (*reset)(struct ixgbe_hw *);
3548 int (*setup_link)(struct ixgbe_hw *);
3549 int (*setup_internal_link)(struct ixgbe_hw *);
3557 bool (*check_overtemp)(struct ixgbe_hw *);
3558 int (*set_phy_power)(struct ixgbe_hw *, bool on);
3559 int (*enter_lplu)(struct ixgbe_hw *);
[all …]