Searched defs:ixgbe_mac_operations (Results 1 – 2 of 2) sorted by relevance
22 struct ixgbe_mac_operations { struct23 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);[all …]
3391 struct ixgbe_mac_operations { struct3392 s32 (*init_hw)(struct ixgbe_hw *);3393 s32 (*reset_hw)(struct ixgbe_hw *);3394 s32 (*start_hw)(struct ixgbe_hw *);3395 s32 (*clear_hw_cntrs)(struct ixgbe_hw *);3396 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *);3397 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *);3398 s32 (*get_san_mac_addr)(struct ixgbe_hw *, u8 *);3399 s32 (*get_device_caps)(struct ixgbe_hw *, u16 *);3400 s32 (*get_wwn_prefix)(struct ixgbe_hw *, u16 *, u16 *);[all …]