Lines Matching refs:s32

41 static s32 e1000_null_mbx_check_for_flag(struct e1000_hw E1000_UNUSEDARG *hw,
53 static s32 e1000_null_mbx_transact(struct e1000_hw E1000_UNUSEDARG *hw,
72 s32 e1000_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id)
75 s32 ret_val = -E1000_ERR_MBX;
98 s32 e1000_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id)
101 s32 ret_val = E1000_SUCCESS;
121 s32 e1000_check_for_msg(struct e1000_hw *hw, u16 mbx_id)
124 s32 ret_val = -E1000_ERR_MBX;
141 s32 e1000_check_for_ack(struct e1000_hw *hw, u16 mbx_id)
144 s32 ret_val = -E1000_ERR_MBX;
161 s32 e1000_check_for_rst(struct e1000_hw *hw, u16 mbx_id)
164 s32 ret_val = -E1000_ERR_MBX;
181 static s32 e1000_poll_for_msg(struct e1000_hw *hw, u16 mbx_id)
212 static s32 e1000_poll_for_ack(struct e1000_hw *hw, u16 mbx_id)
246 s32 e1000_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id)
249 s32 ret_val = -E1000_ERR_MBX;
275 s32 e1000_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id)
278 s32 ret_val = -E1000_ERR_MBX;
340 static s32 e1000_check_for_bit_vf(struct e1000_hw *hw, u32 mask)
343 s32 ret_val = -E1000_ERR_MBX;
360 static s32 e1000_check_for_msg_vf(struct e1000_hw *hw,
363 s32 ret_val = -E1000_ERR_MBX;
382 static s32 e1000_check_for_ack_vf(struct e1000_hw *hw,
385 s32 ret_val = -E1000_ERR_MBX;
404 static s32 e1000_check_for_rst_vf(struct e1000_hw *hw,
407 s32 ret_val = -E1000_ERR_MBX;
426 static s32 e1000_obtain_mbx_lock_vf(struct e1000_hw *hw)
428 s32 ret_val = -E1000_ERR_MBX;
457 static s32 e1000_write_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size,
460 s32 ret_val;
498 static s32 e1000_read_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size,
501 s32 ret_val = E1000_SUCCESS;
531 s32 e1000_init_mbx_params_vf(struct e1000_hw *hw)
559 static s32 e1000_check_for_bit_pf(struct e1000_hw *hw, u32 mask)
562 s32 ret_val = -E1000_ERR_MBX;
579 static s32 e1000_check_for_msg_pf(struct e1000_hw *hw, u16 vf_number)
581 s32 ret_val = -E1000_ERR_MBX;
600 static s32 e1000_check_for_ack_pf(struct e1000_hw *hw, u16 vf_number)
602 s32 ret_val = -E1000_ERR_MBX;
621 static s32 e1000_check_for_rst_pf(struct e1000_hw *hw, u16 vf_number)
624 s32 ret_val = -E1000_ERR_MBX;
644 static s32 e1000_obtain_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number)
646 s32 ret_val = -E1000_ERR_MBX;
679 static s32 e1000_write_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size,
682 s32 ret_val;
722 static s32 e1000_read_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size,
725 s32 ret_val;
755 s32 e1000_init_mbx_params_pf(struct e1000_hw *hw)