Searched defs:e1000_phy_operations (Results 1 – 1 of 1) sorted by relevance
719 struct e1000_phy_operations { struct720 s32 (*init_params)(struct e1000_hw *);721 s32 (*acquire)(struct e1000_hw *);722 s32 (*cfg_on_link_up)(struct e1000_hw *);725 s32 (*commit)(struct e1000_hw *);729 s32 (*get_info)(struct e1000_hw *);730 s32 (*set_page)(struct e1000_hw *, u16);734 void (*release)(struct e1000_hw *);735 s32 (*reset)(struct e1000_hw *);741 void (*power_up)(struct e1000_hw *);[all …]