Searched defs:ixgbe_mac_operations (Results 1 – 1 of 1) sorted by relevance
3654 struct ixgbe_mac_operations { struct3655 s32 (*init_hw)(struct ixgbe_hw *);3656 s32 (*reset_hw)(struct ixgbe_hw *);3657 s32 (*start_hw)(struct ixgbe_hw *);3658 s32 (*clear_hw_cntrs)(struct ixgbe_hw *);3659 void (*enable_relaxed_ordering)(struct ixgbe_hw *);3660 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *);3661 u32 (*get_supported_physical_layer)(struct ixgbe_hw *);3662 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *);3663 s32 (*get_san_mac_addr)(struct ixgbe_hw *, u8 *);[all …]