Lines Matching defs:e1000_phy_operations
331 struct e1000_phy_operations { struct
332 s32 (*acquire)(struct e1000_hw *);
333 s32 (*check_polarity)(struct e1000_hw *);
334 s32 (*check_reset_block)(struct e1000_hw *);
335 s32 (*force_speed_duplex)(struct e1000_hw *);
336 s32 (*get_cfg_done)(struct e1000_hw *hw);
337 s32 (*get_cable_length)(struct e1000_hw *);
338 s32 (*get_phy_info)(struct e1000_hw *);
339 s32 (*read_reg)(struct e1000_hw *, u32, u16 *);
340 void (*release)(struct e1000_hw *);
341 s32 (*reset)(struct e1000_hw *);
342 s32 (*set_d0_lplu_state)(struct e1000_hw *, bool);
343 s32 (*set_d3_lplu_state)(struct e1000_hw *, bool);
344 s32 (*write_reg)(struct e1000_hw *, u32, u16);
345 s32 (*read_i2c_byte)(struct e1000_hw *, u8, u8, u8 *);
346 s32 (*write_i2c_byte)(struct e1000_hw *, u8, u8, u8);