Lines Matching refs:e1000_hw
301 struct e1000_hw hw;
519 static inline s32 e1000_phy_hw_reset(struct e1000_hw *hw) in e1000_phy_hw_reset()
524 static inline s32 e1e_rphy(struct e1000_hw *hw, u32 offset, u16 *data) in e1e_rphy()
529 static inline s32 e1e_rphy_locked(struct e1000_hw *hw, u32 offset, u16 *data) in e1e_rphy_locked()
534 static inline s32 e1e_wphy(struct e1000_hw *hw, u32 offset, u16 data) in e1e_wphy()
539 static inline s32 e1e_wphy_locked(struct e1000_hw *hw, u32 offset, u16 data) in e1e_wphy_locked()
544 void e1000e_reload_nvm_generic(struct e1000_hw *hw);
546 static inline s32 e1000e_read_mac_addr(struct e1000_hw *hw) in e1000e_read_mac_addr()
554 static inline s32 e1000_validate_nvm_checksum(struct e1000_hw *hw) in e1000_validate_nvm_checksum()
559 static inline s32 e1000e_update_nvm_checksum(struct e1000_hw *hw) in e1000e_update_nvm_checksum()
564 static inline s32 e1000_read_nvm(struct e1000_hw *hw, u16 offset, u16 words, in e1000_read_nvm()
570 static inline s32 e1000_write_nvm(struct e1000_hw *hw, u16 offset, u16 words, in e1000_write_nvm()
576 static inline s32 e1000_get_phy_info(struct e1000_hw *hw) in e1000_get_phy_info()
581 static inline u32 __er32(struct e1000_hw *hw, unsigned long reg) in __er32()
588 s32 __ew32_prepare(struct e1000_hw *hw);
589 void __ew32(struct e1000_hw *hw, unsigned long reg, u32 val);