Searched defs:e1000_phy_operations (Results 1 – 2 of 2) sorted by relevance
488 struct e1000_phy_operations { struct489 s32 (*acquire)(struct e1000_hw *);490 s32 (*cfg_on_link_up)(struct e1000_hw *);491 s32 (*check_polarity)(struct e1000_hw *);492 s32 (*check_reset_block)(struct e1000_hw *);493 s32 (*commit)(struct e1000_hw *);494 s32 (*force_speed_duplex)(struct e1000_hw *);495 s32 (*get_cfg_done)(struct e1000_hw *hw);496 s32 (*get_cable_length)(struct e1000_hw *);497 s32 (*get_info)(struct e1000_hw *);[all …]
338 struct e1000_phy_operations { struct339 s32 (*acquire)(struct e1000_hw *);340 s32 (*check_polarity)(struct e1000_hw *);341 s32 (*check_reset_block)(struct e1000_hw *);342 s32 (*force_speed_duplex)(struct e1000_hw *);343 s32 (*get_cfg_done)(struct e1000_hw *hw);344 s32 (*get_cable_length)(struct e1000_hw *);345 s32 (*get_phy_info)(struct e1000_hw *);346 s32 (*read_reg)(struct e1000_hw *, u32, u16 *);347 void (*release)(struct e1000_hw *);[all …]