Searched defs:ixgbe_mac_operations (Results 1 – 1 of 1) sorted by relevance
3487 struct ixgbe_mac_operations { struct3488 int (*init_hw)(struct ixgbe_hw *);3489 int (*reset_hw)(struct ixgbe_hw *);3490 int (*start_hw)(struct ixgbe_hw *);3491 int (*clear_hw_cntrs)(struct ixgbe_hw *);3492 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *);3493 int (*get_fw_ver)(struct ixgbe_hw *hw);3494 int (*get_mac_addr)(struct ixgbe_hw *, u8 *);3495 int (*get_san_mac_addr)(struct ixgbe_hw *, u8 *);3496 int (*get_device_caps)(struct ixgbe_hw *, u16 *);[all …]