Lines Matching refs:s32
36 static s32 ixgbevf_poll_for_msg(struct ixgbe_hw *hw) in ixgbevf_poll_for_msg()
59 static s32 ixgbevf_poll_for_ack(struct ixgbe_hw *hw) in ixgbevf_poll_for_ack()
85 static s32 ixgbevf_read_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_read_posted_mbx()
88 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_read_posted_mbx()
108 static s32 ixgbevf_write_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_write_posted_mbx()
111 s32 ret_val; in ixgbevf_write_posted_mbx()
148 static s32 ixgbevf_check_for_bit_vf(struct ixgbe_hw *hw, u32 mask) in ixgbevf_check_for_bit_vf()
151 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_check_for_bit_vf()
167 static s32 ixgbevf_check_for_msg_vf(struct ixgbe_hw *hw) in ixgbevf_check_for_msg_vf()
169 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_check_for_msg_vf()
185 static s32 ixgbevf_check_for_ack_vf(struct ixgbe_hw *hw) in ixgbevf_check_for_ack_vf()
187 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_check_for_ack_vf()
203 static s32 ixgbevf_check_for_rst_vf(struct ixgbe_hw *hw) in ixgbevf_check_for_rst_vf()
205 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_check_for_rst_vf()
222 static s32 ixgbevf_obtain_mbx_lock_vf(struct ixgbe_hw *hw) in ixgbevf_obtain_mbx_lock_vf()
224 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_obtain_mbx_lock_vf()
244 static s32 ixgbevf_write_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_write_mbx_vf()
246 s32 ret_val; in ixgbevf_write_mbx_vf()
281 static s32 ixgbevf_read_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_read_mbx_vf()
283 s32 ret_val = 0; in ixgbevf_read_mbx_vf()
311 static s32 ixgbevf_init_mbx_params_vf(struct ixgbe_hw *hw) in ixgbevf_init_mbx_params_vf()