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 …]
3235 struct ixgbe_mac_operations { struct3236 s32 (*init_hw)(struct ixgbe_hw *);3237 s32 (*reset_hw)(struct ixgbe_hw *);3238 s32 (*start_hw)(struct ixgbe_hw *);3239 s32 (*clear_hw_cntrs)(struct ixgbe_hw *);3240 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *);3241 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *);3242 s32 (*get_san_mac_addr)(struct ixgbe_hw *, u8 *);3243 s32 (*get_device_caps)(struct ixgbe_hw *, u16 *);3244 s32 (*get_wwn_prefix)(struct ixgbe_hw *, u16 *, u16 *);[all …]