Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h812 struct e1000_phy_operations { struct
813 s32 (*init_params)(struct e1000_hw *);
814 s32 (*acquire)(struct e1000_hw *);
815 s32 (*cfg_on_link_up)(struct e1000_hw *);
818 s32 (*commit)(struct e1000_hw *);
822 s32 (*get_info)(struct e1000_hw *);
823 s32 (*set_page)(struct e1000_hw *, u16);
827 void (*release)(struct e1000_hw *);
828 s32 (*reset)(struct e1000_hw *);
834 void (*power_up)(struct e1000_hw *);
[all …]