Searched defs:ixgbe_mac_operations (Results 1 – 2 of 2) sorted by relevance
45 struct ixgbe_mac_operations { struct46 s32 (*init_hw)(struct ixgbe_hw *);47 s32 (*reset_hw)(struct ixgbe_hw *);48 s32 (*start_hw)(struct ixgbe_hw *);49 s32 (*clear_hw_cntrs)(struct ixgbe_hw *);50 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *);51 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *);52 s32 (*stop_adapter)(struct ixgbe_hw *);53 s32 (*get_bus_info)(struct ixgbe_hw *);56 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool, bool);[all …]
3015 struct ixgbe_mac_operations { struct3016 s32 (*init_hw)(struct ixgbe_hw *);3017 s32 (*reset_hw)(struct ixgbe_hw *);3018 s32 (*start_hw)(struct ixgbe_hw *);3019 s32 (*clear_hw_cntrs)(struct ixgbe_hw *);3020 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *);3021 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *);3022 s32 (*get_san_mac_addr)(struct ixgbe_hw *, u8 *);3023 s32 (*get_device_caps)(struct ixgbe_hw *, u16 *);3024 s32 (*get_wwn_prefix)(struct ixgbe_hw *, u16 *, u16 *);[all …]