Lines Matching refs:s32

43 s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id)  in ixgbe_read_mbx()
46 s32 ret_val = IXGBE_ERR_MBX; in ixgbe_read_mbx()
67 s32 ixgbe_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ixgbe_write_mbx()
70 s32 ret_val = 0; in ixgbe_write_mbx()
88 s32 ixgbe_check_for_msg(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_msg()
91 s32 ret_val = IXGBE_ERR_MBX; in ixgbe_check_for_msg()
106 s32 ixgbe_check_for_ack(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_ack()
109 s32 ret_val = IXGBE_ERR_MBX; in ixgbe_check_for_ack()
124 s32 ixgbe_check_for_rst(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_rst()
127 s32 ret_val = IXGBE_ERR_MBX; in ixgbe_check_for_rst()
142 static s32 ixgbe_poll_for_msg(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_poll_for_msg()
168 static s32 ixgbe_poll_for_ack(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_poll_for_ack()
197 static s32 ixgbe_read_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_read_posted_mbx()
201 s32 ret_val = IXGBE_ERR_MBX; in ixgbe_read_posted_mbx()
225 static s32 ixgbe_write_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_write_posted_mbx()
229 s32 ret_val = IXGBE_ERR_MBX; in ixgbe_write_posted_mbx()
245 static s32 ixgbe_check_for_bit_pf(struct ixgbe_hw *hw, u32 mask, s32 index) in ixgbe_check_for_bit_pf()
248 s32 ret_val = IXGBE_ERR_MBX; in ixgbe_check_for_bit_pf()
265 static s32 ixgbe_check_for_msg_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_check_for_msg_pf()
267 s32 ret_val = IXGBE_ERR_MBX; in ixgbe_check_for_msg_pf()
268 s32 index = IXGBE_MBVFICR_INDEX(vf_number); in ixgbe_check_for_msg_pf()
287 static s32 ixgbe_check_for_ack_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_check_for_ack_pf()
289 s32 ret_val = IXGBE_ERR_MBX; in ixgbe_check_for_ack_pf()
290 s32 index = IXGBE_MBVFICR_INDEX(vf_number); in ixgbe_check_for_ack_pf()
309 static s32 ixgbe_check_for_rst_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_check_for_rst_pf()
314 s32 ret_val = IXGBE_ERR_MBX; in ixgbe_check_for_rst_pf()
343 static s32 ixgbe_obtain_mbx_lock_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_obtain_mbx_lock_pf()
345 s32 ret_val = IXGBE_ERR_MBX; in ixgbe_obtain_mbx_lock_pf()
368 static s32 ixgbe_write_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_write_mbx_pf()
371 s32 ret_val; in ixgbe_write_mbx_pf()
409 static s32 ixgbe_read_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_read_mbx_pf()
412 s32 ret_val; in ixgbe_read_mbx_pf()