Home
last modified time | relevance | path

Searched defs:e1000_phy_operations (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/e1000/
H A De1000_hw.h785 struct e1000_phy_operations { struct
786 s32 (*init_params)(struct e1000_hw *);
787 s32 (*acquire)(struct e1000_hw *);
788 s32 (*cfg_on_link_up)(struct e1000_hw *);
789 s32 (*check_polarity)(struct e1000_hw *);
790 s32 (*check_reset_block)(struct e1000_hw *);
791 s32 (*commit)(struct e1000_hw *);
792 s32 (*force_speed_duplex)(struct e1000_hw *);
793 s32 (*get_cfg_done)(struct e1000_hw *hw);
794 s32 (*get_cable_length)(struct e1000_hw *);
[all …]