Lines Matching defs:e1000_phy_operations
497 struct e1000_phy_operations { struct
498 s32 (*acquire)(struct e1000_hw *);
499 s32 (*cfg_on_link_up)(struct e1000_hw *);
500 s32 (*check_polarity)(struct e1000_hw *);
501 s32 (*check_reset_block)(struct e1000_hw *);
502 s32 (*commit)(struct e1000_hw *);
503 s32 (*force_speed_duplex)(struct e1000_hw *);
504 s32 (*get_cfg_done)(struct e1000_hw *hw);
505 s32 (*get_cable_length)(struct e1000_hw *);
506 s32 (*get_info)(struct e1000_hw *);
507 s32 (*set_page)(struct e1000_hw *, u16);
508 s32 (*read_reg)(struct e1000_hw *, u32, u16 *);
509 s32 (*read_reg_locked)(struct e1000_hw *, u32, u16 *);
510 s32 (*read_reg_page)(struct e1000_hw *, u32, u16 *);
511 void (*release)(struct e1000_hw *);
512 s32 (*reset)(struct e1000_hw *);
513 s32 (*set_d0_lplu_state)(struct e1000_hw *, bool);
514 s32 (*set_d3_lplu_state)(struct e1000_hw *, bool);
515 s32 (*write_reg)(struct e1000_hw *, u32, u16);
516 s32 (*write_reg_locked)(struct e1000_hw *, u32, u16);
517 s32 (*write_reg_page)(struct e1000_hw *, u32, u16);
518 void (*power_up)(struct e1000_hw *);
519 void (*power_down)(struct e1000_hw *);