Lines Matching refs:e1000_hw

42 static s32 e1000_null_mbx_check_for_flag(struct e1000_hw E1000_UNUSEDARG *hw,  in e1000_null_mbx_check_for_flag()
57 static s32 e1000_null_mbx_transact(struct e1000_hw E1000_UNUSEDARG *hw, in e1000_null_mbx_transact()
76 s32 e1000_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in e1000_read_mbx()
102 s32 e1000_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in e1000_write_mbx()
125 s32 e1000_check_for_msg(struct e1000_hw *hw, u16 mbx_id) in e1000_check_for_msg()
145 s32 e1000_check_for_ack(struct e1000_hw *hw, u16 mbx_id) in e1000_check_for_ack()
165 s32 e1000_check_for_rst(struct e1000_hw *hw, u16 mbx_id) in e1000_check_for_rst()
185 static s32 e1000_poll_for_msg(struct e1000_hw *hw, u16 mbx_id) in e1000_poll_for_msg()
216 static s32 e1000_poll_for_ack(struct e1000_hw *hw, u16 mbx_id) in e1000_poll_for_ack()
250 s32 e1000_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in e1000_read_posted_mbx()
279 s32 e1000_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in e1000_write_posted_mbx()
306 void e1000_init_mbx_ops_generic(struct e1000_hw *hw) in e1000_init_mbx_ops_generic()
326 static u32 e1000_read_v2p_mailbox(struct e1000_hw *hw) in e1000_read_v2p_mailbox()
344 static s32 e1000_check_for_bit_vf(struct e1000_hw *hw, u32 mask) in e1000_check_for_bit_vf()
364 static s32 e1000_check_for_msg_vf(struct e1000_hw *hw, in e1000_check_for_msg_vf()
386 static s32 e1000_check_for_ack_vf(struct e1000_hw *hw, in e1000_check_for_ack_vf()
408 static s32 e1000_check_for_rst_vf(struct e1000_hw *hw, in e1000_check_for_rst_vf()
430 static s32 e1000_obtain_mbx_lock_vf(struct e1000_hw *hw) in e1000_obtain_mbx_lock_vf()
461 static s32 e1000_write_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size, in e1000_write_mbx_vf()
502 static s32 e1000_read_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size, in e1000_read_mbx_vf()
535 s32 e1000_init_mbx_params_vf(struct e1000_hw *hw) in e1000_init_mbx_params_vf()
563 static s32 e1000_check_for_bit_pf(struct e1000_hw *hw, u32 mask) in e1000_check_for_bit_pf()
583 static s32 e1000_check_for_msg_pf(struct e1000_hw *hw, u16 vf_number) in e1000_check_for_msg_pf()
604 static s32 e1000_check_for_ack_pf(struct e1000_hw *hw, u16 vf_number) in e1000_check_for_ack_pf()
625 static s32 e1000_check_for_rst_pf(struct e1000_hw *hw, u16 vf_number) in e1000_check_for_rst_pf()
648 static s32 e1000_obtain_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number) in e1000_obtain_mbx_lock_pf()
683 static s32 e1000_write_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, in e1000_write_mbx_pf()
726 static s32 e1000_read_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, in e1000_read_mbx_pf()
759 s32 e1000_init_mbx_params_pf(struct e1000_hw *hw) in e1000_init_mbx_params_pf()