Lines Matching defs:e1000_phy_operations
313 struct e1000_phy_operations { struct
314 s32 (*acquire)(struct e1000_hw *);
315 s32 (*check_polarity)(struct e1000_hw *);
316 s32 (*check_reset_block)(struct e1000_hw *);
317 s32 (*force_speed_duplex)(struct e1000_hw *);
318 s32 (*get_cfg_done)(struct e1000_hw *hw);
319 s32 (*get_cable_length)(struct e1000_hw *);
320 s32 (*get_phy_info)(struct e1000_hw *);
321 s32 (*read_reg)(struct e1000_hw *, u32, u16 *);
322 void (*release)(struct e1000_hw *);
323 s32 (*reset)(struct e1000_hw *);
324 s32 (*set_d0_lplu_state)(struct e1000_hw *, bool);
325 s32 (*set_d3_lplu_state)(struct e1000_hw *, bool);
326 s32 (*write_reg)(struct e1000_hw *, u32, u16);
327 s32 (*read_i2c_byte)(struct e1000_hw *, u8, u8, u8 *);
328 s32 (*write_i2c_byte)(struct e1000_hw *, u8, u8, u8);