Searched defs:e1000_phy_operations (Results 1 – 1 of 1) sorted by relevance
729 struct e1000_phy_operations { struct730 s32 (*init_params)(struct e1000_hw *);731 s32 (*acquire)(struct e1000_hw *);732 s32 (*cfg_on_link_up)(struct e1000_hw *);733 s32 (*check_polarity)(struct e1000_hw *);734 s32 (*check_reset_block)(struct e1000_hw *);735 s32 (*commit)(struct e1000_hw *);736 s32 (*force_speed_duplex)(struct e1000_hw *);737 s32 (*get_cfg_done)(struct e1000_hw *hw);738 s32 (*get_cable_length)(struct e1000_hw *);[all …]