Lines Matching defs:e1000_phy_operations
338 struct e1000_phy_operations { struct
339 s32 (*acquire)(struct e1000_hw *);
340 s32 (*check_polarity)(struct e1000_hw *);
341 s32 (*check_reset_block)(struct e1000_hw *);
342 s32 (*force_speed_duplex)(struct e1000_hw *);
343 s32 (*get_cfg_done)(struct e1000_hw *hw);
344 s32 (*get_cable_length)(struct e1000_hw *);
345 s32 (*get_phy_info)(struct e1000_hw *);
346 s32 (*read_reg)(struct e1000_hw *, u32, u16 *);
347 void (*release)(struct e1000_hw *);
348 s32 (*reset)(struct e1000_hw *);
349 s32 (*set_d0_lplu_state)(struct e1000_hw *, bool);
350 s32 (*set_d3_lplu_state)(struct e1000_hw *, bool);
351 s32 (*write_reg)(struct e1000_hw *, u32, u16);
352 s32 (*read_i2c_byte)(struct e1000_hw *, u8, u8, u8 *);
353 s32 (*write_i2c_byte)(struct e1000_hw *, u8, u8, u8);