Lines Matching refs:e1000_hw
299 struct e1000_hw hw;
513 static inline s32 e1000_phy_hw_reset(struct e1000_hw *hw) in e1000_phy_hw_reset()
518 static inline s32 e1e_rphy(struct e1000_hw *hw, u32 offset, u16 *data) in e1e_rphy()
523 static inline s32 e1e_rphy_locked(struct e1000_hw *hw, u32 offset, u16 *data) in e1e_rphy_locked()
528 static inline s32 e1e_wphy(struct e1000_hw *hw, u32 offset, u16 data) in e1e_wphy()
533 static inline s32 e1e_wphy_locked(struct e1000_hw *hw, u32 offset, u16 data) in e1e_wphy_locked()
538 void e1000e_reload_nvm_generic(struct e1000_hw *hw);
540 static inline s32 e1000e_read_mac_addr(struct e1000_hw *hw) in e1000e_read_mac_addr()
548 static inline s32 e1000_validate_nvm_checksum(struct e1000_hw *hw) in e1000_validate_nvm_checksum()
553 static inline s32 e1000e_update_nvm_checksum(struct e1000_hw *hw) in e1000e_update_nvm_checksum()
558 static inline s32 e1000_read_nvm(struct e1000_hw *hw, u16 offset, u16 words, in e1000_read_nvm()
564 static inline s32 e1000_write_nvm(struct e1000_hw *hw, u16 offset, u16 words, in e1000_write_nvm()
570 static inline s32 e1000_get_phy_info(struct e1000_hw *hw) in e1000_get_phy_info()
575 static inline u32 __er32(struct e1000_hw *hw, unsigned long reg) in __er32()
582 s32 __ew32_prepare(struct e1000_hw *hw);
583 void __ew32(struct e1000_hw *hw, unsigned long reg, u32 val);