Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbevf/
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 *);
37 s32 (*set_rar)(struct ixgbe_hw *, u32, u8 *, u32);
[all …]
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_type.h3406 struct ixgbe_mac_operations { struct
3407 s32 (*init_hw)(struct ixgbe_hw *);
3408 s32 (*reset_hw)(struct ixgbe_hw *);
3409 s32 (*start_hw)(struct ixgbe_hw *);
3418 void (*set_lan_id)(struct ixgbe_hw *);
3421 s32 (*setup_sfp)(struct ixgbe_hw *);
3461 s32 (*enable_mc)(struct ixgbe_hw *);
3462 s32 (*disable_mc)(struct ixgbe_hw *);
3463 s32 (*clear_vfta)(struct ixgbe_hw *);
3470 s32 (*fc_enable)(struct ixgbe_hw *);
[all …]

Completed in 36 milliseconds