Lines Matching defs:e1000_phy_operations
537 struct e1000_phy_operations { struct
538 s32 (*acquire)(struct e1000_hw *);
539 s32 (*cfg_on_link_up)(struct e1000_hw *);
540 s32 (*check_polarity)(struct e1000_hw *);
541 s32 (*check_reset_block)(struct e1000_hw *);
542 s32 (*commit)(struct e1000_hw *);
543 s32 (*force_speed_duplex)(struct e1000_hw *);
544 s32 (*get_cfg_done)(struct e1000_hw *hw);
545 s32 (*get_cable_length)(struct e1000_hw *);
546 s32 (*get_info)(struct e1000_hw *);
547 s32 (*set_page)(struct e1000_hw *, u16);
548 s32 (*read_reg)(struct e1000_hw *, u32, u16 *);
549 s32 (*read_reg_locked)(struct e1000_hw *, u32, u16 *);
550 s32 (*read_reg_page)(struct e1000_hw *, u32, u16 *);
551 void (*release)(struct e1000_hw *);
552 s32 (*reset)(struct e1000_hw *);
553 s32 (*set_d0_lplu_state)(struct e1000_hw *, bool);
554 s32 (*set_d3_lplu_state)(struct e1000_hw *, bool);
555 s32 (*write_reg)(struct e1000_hw *, u32, u16);
556 s32 (*write_reg_locked)(struct e1000_hw *, u32, u16);
557 s32 (*write_reg_page)(struct e1000_hw *, u32, u16);
558 void (*power_up)(struct e1000_hw *);
559 void (*power_down)(struct e1000_hw *);