Lines Matching defs:ixgbe_mac_operations
22 struct ixgbe_mac_operations { struct
23 s32 (*init_hw)(struct ixgbe_hw *);
24 s32 (*reset_hw)(struct ixgbe_hw *);
25 s32 (*start_hw)(struct ixgbe_hw *);
26 s32 (*clear_hw_cntrs)(struct ixgbe_hw *);
27 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *);
28 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *);
29 s32 (*stop_adapter)(struct ixgbe_hw *);
30 s32 (*get_bus_info)(struct ixgbe_hw *);
31 s32 (*negotiate_api_version)(struct ixgbe_hw *hw, int api);
34 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool, bool);
35 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool);
36 s32 (*get_link_capabilities)(struct ixgbe_hw *, ixgbe_link_speed *,
63 struct ixgbe_mac_operations ops; argument