Searched defs:e1000_phy_operations (Results 1 – 1 of 1) sorted by relevance
766 struct e1000_phy_operations { struct767 s32 (*init_params)(struct e1000_hw *);768 s32 (*acquire)(struct e1000_hw *);769 s32 (*cfg_on_link_up)(struct e1000_hw *);770 s32 (*check_polarity)(struct e1000_hw *);771 s32 (*check_reset_block)(struct e1000_hw *);772 s32 (*commit)(struct e1000_hw *);773 s32 (*force_speed_duplex)(struct e1000_hw *);774 s32 (*get_cfg_done)(struct e1000_hw *hw);775 s32 (*get_cable_length)(struct e1000_hw *);[all …]