Lines Matching full:s32

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()
79 s32 ret_val = -E1000_ERR_MBX; in e1000_read_mbx()
102 s32 e1000_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in e1000_write_mbx()
105 s32 ret_val = E1000_SUCCESS; in e1000_write_mbx()
125 s32 e1000_check_for_msg(struct e1000_hw *hw, u16 mbx_id) in e1000_check_for_msg()
128 s32 ret_val = -E1000_ERR_MBX; in e1000_check_for_msg()
145 s32 e1000_check_for_ack(struct e1000_hw *hw, u16 mbx_id) in e1000_check_for_ack()
148 s32 ret_val = -E1000_ERR_MBX; in e1000_check_for_ack()
165 s32 e1000_check_for_rst(struct e1000_hw *hw, u16 mbx_id) in e1000_check_for_rst()
168 s32 ret_val = -E1000_ERR_MBX; 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()
253 s32 ret_val = -E1000_ERR_MBX; 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()
282 s32 ret_val = -E1000_ERR_MBX; in e1000_write_posted_mbx()
344 static s32 e1000_check_for_bit_vf(struct e1000_hw *hw, u32 mask) in e1000_check_for_bit_vf()
347 s32 ret_val = -E1000_ERR_MBX; in e1000_check_for_bit_vf()
364 static s32 e1000_check_for_msg_vf(struct e1000_hw *hw, in e1000_check_for_msg_vf()
367 s32 ret_val = -E1000_ERR_MBX; in e1000_check_for_msg_vf()
386 static s32 e1000_check_for_ack_vf(struct e1000_hw *hw, in e1000_check_for_ack_vf()
389 s32 ret_val = -E1000_ERR_MBX; in e1000_check_for_ack_vf()
408 static s32 e1000_check_for_rst_vf(struct e1000_hw *hw, in e1000_check_for_rst_vf()
411 s32 ret_val = -E1000_ERR_MBX; in e1000_check_for_rst_vf()
430 static s32 e1000_obtain_mbx_lock_vf(struct e1000_hw *hw) in e1000_obtain_mbx_lock_vf()
432 s32 ret_val = -E1000_ERR_MBX; 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()
464 s32 ret_val; 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()
505 s32 ret_val = E1000_SUCCESS; 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()
566 s32 ret_val = -E1000_ERR_MBX; 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()
585 s32 ret_val = -E1000_ERR_MBX; 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()
606 s32 ret_val = -E1000_ERR_MBX; 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()
628 s32 ret_val = -E1000_ERR_MBX; 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()
650 s32 ret_val = -E1000_ERR_MBX; 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()
686 s32 ret_val; 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()
729 s32 ret_val; in e1000_read_mbx_pf()
759 s32 e1000_init_mbx_params_pf(struct e1000_hw *hw) in e1000_init_mbx_params_pf()