Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ix/
H A Dixgbe_type.h3897 struct ixgbe_mac_operations { struct
3898 s32 (*init_hw)(struct ixgbe_hw *);
3899 s32 (*reset_hw)(struct ixgbe_hw *);
3900 s32 (*start_hw)(struct ixgbe_hw *);
3913 void (*set_lan_id)(struct ixgbe_hw *);
3916 s32 (*setup_sfp)(struct ixgbe_hw *);
3960 s32 (*enable_mc)(struct ixgbe_hw *);
3961 s32 (*disable_mc)(struct ixgbe_hw *);
3962 s32 (*clear_vfta)(struct ixgbe_hw *);
3971 s32 (*fc_enable)(struct ixgbe_hw *);
[all …]