Home
last modified time | relevance | path

Searched defs:ixgbe_mac_operations (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h19 struct ixgbe_mac_operations { struct
20 s32 (*init_hw)(struct ixgbe_hw *);
21 s32 (*reset_hw)(struct ixgbe_hw *);
22 s32 (*start_hw)(struct ixgbe_hw *);
23 s32 (*clear_hw_cntrs)(struct ixgbe_hw *);
24 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *);
25 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *);
26 s32 (*stop_adapter)(struct ixgbe_hw *);
27 s32 (*get_bus_info)(struct ixgbe_hw *);
28 s32 (*negotiate_api_version)(struct ixgbe_hw *hw, int api);
[all …]
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h3487 struct ixgbe_mac_operations { struct
3488 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 …]