Lines Matching defs:ixgbe_mac_operations
19 struct ixgbe_mac_operations { struct
20 s32 (*init_hw)(struct ixgbe_hw *);
21 s32 (*reset_hw)(struct ixgbe_hw *);
22 s32 (*start_hw)(struct ixgbe_hw *);
23 s32 (*clear_hw_cntrs)(struct ixgbe_hw *);
24 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *);
25 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *);
26 s32 (*stop_adapter)(struct ixgbe_hw *);
27 s32 (*get_bus_info)(struct ixgbe_hw *);
28 s32 (*negotiate_api_version)(struct ixgbe_hw *hw, int api);
31 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool, bool);
32 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool);
33 s32 (*get_link_capabilities)(struct ixgbe_hw *, ixgbe_link_speed *,
37 s32 (*set_rar)(struct ixgbe_hw *, u32, u8 *, u32);
61 struct ixgbe_mac_operations ops; argument