Lines Matching defs:e1000_phy_operations
516 struct e1000_phy_operations { struct
517 s32 (*acquire)(struct e1000_hw *);
518 s32 (*cfg_on_link_up)(struct e1000_hw *);
519 s32 (*check_polarity)(struct e1000_hw *);
520 s32 (*check_reset_block)(struct e1000_hw *);
521 s32 (*commit)(struct e1000_hw *);
522 s32 (*force_speed_duplex)(struct e1000_hw *);
523 s32 (*get_cfg_done)(struct e1000_hw *hw);
524 s32 (*get_cable_length)(struct e1000_hw *);
525 s32 (*get_info)(struct e1000_hw *);
526 s32 (*set_page)(struct e1000_hw *, u16);
527 s32 (*read_reg)(struct e1000_hw *, u32, u16 *);
528 s32 (*read_reg_locked)(struct e1000_hw *, u32, u16 *);
529 s32 (*read_reg_page)(struct e1000_hw *, u32, u16 *);
530 void (*release)(struct e1000_hw *);
531 s32 (*reset)(struct e1000_hw *);
532 s32 (*set_d0_lplu_state)(struct e1000_hw *, bool);
533 s32 (*set_d3_lplu_state)(struct e1000_hw *, bool);
534 s32 (*write_reg)(struct e1000_hw *, u32, u16);
535 s32 (*write_reg_locked)(struct e1000_hw *, u32, u16);
536 s32 (*write_reg_page)(struct e1000_hw *, u32, u16);
537 void (*power_up)(struct e1000_hw *);
538 void (*power_down)(struct e1000_hw *);