Searched defs:ixgbe_mac_operations (Results 1 – 2 of 2) sorted by relevance
19 struct ixgbe_mac_operations { struct20 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 *);25 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *);26 s32 (*stop_adapter)(struct ixgbe_hw *);27 s32 (*get_bus_info)(struct ixgbe_hw *);38 s32 (*set_uc_addr)(struct ixgbe_hw *, u32, u8 *);39 s32 (*init_rx_addrs)(struct ixgbe_hw *);[all …]
3451 struct ixgbe_mac_operations { struct3452 int (*init_hw)(struct ixgbe_hw *);3453 int (*reset_hw)(struct ixgbe_hw *);3454 int (*start_hw)(struct ixgbe_hw *);3463 void (*set_lan_id)(struct ixgbe_hw *);3466 int (*setup_sfp)(struct ixgbe_hw *);3506 int (*enable_mc)(struct ixgbe_hw *);3507 int (*disable_mc)(struct ixgbe_hw *);3508 int (*clear_vfta)(struct ixgbe_hw *);3515 int (*fc_enable)(struct ixgbe_hw *);[all …]