Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_vf.h169 struct e1000_mac_operations { struct
186 struct e1000_mac_operations ops; argument
H A De1000_hw.h674 struct e1000_mac_operations { struct
675 s32 (*init_params)(struct e1000_hw *);
677 s32 (*blink_led)(struct e1000_hw *);
682 void (*clear_vfta)(struct e1000_hw *);
684 void (*set_lan_id)(struct e1000_hw *);
686 s32 (*led_on)(struct e1000_hw *);
687 s32 (*led_off)(struct e1000_hw *);
689 s32 (*reset_hw)(struct e1000_hw *);
690 s32 (*init_hw)(struct e1000_hw *);
693 s32 (*setup_link)(struct e1000_hw *);
[all …]