Lines Matching refs:s32

35 static s32 e1000_poll_for_msg(struct e1000_hw *hw)  in e1000_poll_for_msg()
61 static s32 e1000_poll_for_ack(struct e1000_hw *hw) in e1000_poll_for_ack()
90 static s32 e1000_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_read_posted_mbx()
93 s32 ret_val = -E1000_ERR_MBX; in e1000_read_posted_mbx()
116 static s32 e1000_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_write_posted_mbx()
119 s32 ret_val = -E1000_ERR_MBX; in e1000_write_posted_mbx()
160 static s32 e1000_check_for_bit_vf(struct e1000_hw *hw, u32 mask) in e1000_check_for_bit_vf()
163 s32 ret_val = -E1000_ERR_MBX; in e1000_check_for_bit_vf()
179 static s32 e1000_check_for_msg_vf(struct e1000_hw *hw) in e1000_check_for_msg_vf()
181 s32 ret_val = -E1000_ERR_MBX; in e1000_check_for_msg_vf()
197 static s32 e1000_check_for_ack_vf(struct e1000_hw *hw) in e1000_check_for_ack_vf()
199 s32 ret_val = -E1000_ERR_MBX; in e1000_check_for_ack_vf()
215 static s32 e1000_check_for_rst_vf(struct e1000_hw *hw) in e1000_check_for_rst_vf()
217 s32 ret_val = -E1000_ERR_MBX; in e1000_check_for_rst_vf()
234 static s32 e1000_obtain_mbx_lock_vf(struct e1000_hw *hw) in e1000_obtain_mbx_lock_vf()
236 s32 ret_val = -E1000_ERR_MBX; in e1000_obtain_mbx_lock_vf()
256 static s32 e1000_write_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_write_mbx_vf()
258 s32 err; in e1000_write_mbx_vf()
292 static s32 e1000_read_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_read_mbx_vf()
294 s32 err; in e1000_read_mbx_vf()
322 s32 e1000_init_mbx_params_vf(struct e1000_hw *hw) in e1000_init_mbx_params_vf()