Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/intel/ixgbevf/
Dvf.h46 struct ixgbe_mac_operations { struct
47 s32 (*init_hw)(struct ixgbe_hw *);
48 s32 (*reset_hw)(struct ixgbe_hw *);
49 s32 (*start_hw)(struct ixgbe_hw *);
50 s32 (*clear_hw_cntrs)(struct ixgbe_hw *);
51 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *);
52 u32 (*get_supported_physical_layer)(struct ixgbe_hw *);
53 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *);
54 s32 (*stop_adapter)(struct ixgbe_hw *);
55 s32 (*get_bus_info)(struct ixgbe_hw *);
[all …]
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h2715 struct ixgbe_mac_operations { struct
2716 s32 (*init_hw)(struct ixgbe_hw *);
2717 s32 (*reset_hw)(struct ixgbe_hw *);
2718 s32 (*start_hw)(struct ixgbe_hw *);
2719 s32 (*clear_hw_cntrs)(struct ixgbe_hw *);
2720 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *);
2721 u32 (*get_supported_physical_layer)(struct ixgbe_hw *);
2722 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *);
2723 s32 (*get_san_mac_addr)(struct ixgbe_hw *, u8 *);
2724 s32 (*get_device_caps)(struct ixgbe_hw *, u16 *);
[all …]