Lines Matching defs:hw
36 static s32 e1000_poll_for_msg(struct e1000_hw *hw) in e1000_poll_for_msg()
62 static s32 e1000_poll_for_ack(struct e1000_hw *hw) in e1000_poll_for_ack()
91 static s32 e1000_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_read_posted_mbx()
117 static s32 e1000_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_write_posted_mbx()
143 static u32 e1000_read_v2p_mailbox(struct e1000_hw *hw) in e1000_read_v2p_mailbox()
161 static s32 e1000_check_for_bit_vf(struct e1000_hw *hw, u32 mask) in e1000_check_for_bit_vf()
180 static s32 e1000_check_for_msg_vf(struct e1000_hw *hw) in e1000_check_for_msg_vf()
198 static s32 e1000_check_for_ack_vf(struct e1000_hw *hw) in e1000_check_for_ack_vf()
216 static s32 e1000_check_for_rst_vf(struct e1000_hw *hw) in e1000_check_for_rst_vf()
235 static s32 e1000_obtain_mbx_lock_vf(struct e1000_hw *hw) in e1000_obtain_mbx_lock_vf()
257 static s32 e1000_write_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_write_mbx_vf()
293 static s32 e1000_read_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_read_mbx_vf()
323 s32 e1000_init_mbx_params_vf(struct e1000_hw *hw) in e1000_init_mbx_params_vf()