|
@@ -51,6 +51,7 @@ struct ixgbe_mac_operations {
|
|
|
s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *);
|
|
|
s32 (*stop_adapter)(struct ixgbe_hw *);
|
|
|
s32 (*get_bus_info)(struct ixgbe_hw *);
|
|
|
+ s32 (*negotiate_api_version)(struct ixgbe_hw *hw, int api);
|
|
|
|
|
|
/* Link */
|
|
|
s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool, bool);
|
|
@@ -208,7 +209,6 @@ static inline u32 ixgbe_read_reg_array(struct ixgbe_hw *hw, u32 reg,
|
|
|
#define IXGBE_READ_REG_ARRAY(h, r, o) ixgbe_read_reg_array(h, r, o)
|
|
|
|
|
|
void ixgbevf_rlpml_set_vf(struct ixgbe_hw *hw, u16 max_size);
|
|
|
-int ixgbevf_negotiate_api_version(struct ixgbe_hw *hw, int api);
|
|
|
int ixgbevf_get_queues(struct ixgbe_hw *hw, unsigned int *num_tcs,
|
|
|
unsigned int *default_tc);
|
|
|
int ixgbevf_get_reta_locked(struct ixgbe_hw *hw, u32 *reta, int num_rx_queues);
|