ixgbe: Add X550EM_x dual-speed SFP+ support
[deliverable/linux.git] / drivers / net / ethernet / intel / ixgbe / ixgbe_type.h
index 3be743b4f6ba630dc3c820f5bac0008edf15b0fd..deef530348a01439e1071732a533f83400b2c37c 100644 (file)
@@ -3256,9 +3256,11 @@ struct ixgbe_mac_operations {
        void (*flap_tx_laser)(struct ixgbe_hw *);
        void (*stop_link_on_d3)(struct ixgbe_hw *);
        s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool);
+       s32 (*setup_mac_link)(struct ixgbe_hw *, ixgbe_link_speed, bool);
        s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool);
        s32 (*get_link_capabilities)(struct ixgbe_hw *, ixgbe_link_speed *,
                                     bool *);
+       void (*set_rate_select_speed)(struct ixgbe_hw *, ixgbe_link_speed);
 
        /* Packet Buffer Manipulation */
        void (*set_rxpba)(struct ixgbe_hw *, int, u32, int);
This page took 0.045137 seconds and 5 git commands to generate.