Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/ethernet/intel/igb/
De1000_hw.h318 struct e1000_phy_operations { struct
319 s32 (*acquire)(struct e1000_hw *);
320 s32 (*check_polarity)(struct e1000_hw *);
321 s32 (*check_reset_block)(struct e1000_hw *);
322 s32 (*force_speed_duplex)(struct e1000_hw *);
346 struct e1000_phy_operations *phy_ops; argument
/linux-3.3/drivers/net/ethernet/intel/e1000e/
Dhw.h797 struct e1000_phy_operations { struct
798 s32 (*acquire)(struct e1000_hw *);
799 s32 (*cfg_on_link_up)(struct e1000_hw *);
800 s32 (*check_polarity)(struct e1000_hw *);
801 s32 (*check_reset_block)(struct e1000_hw *);
802 s32 (*commit)(struct e1000_hw *);
803 s32 (*force_speed_duplex)(struct e1000_hw *);
804 s32 (*get_cfg_done)(struct e1000_hw *hw);
805 s32 (*get_cable_length)(struct e1000_hw *);
806 s32 (*get_info)(struct e1000_hw *);
[all …]