Lines Matching refs:s32
39 s32 igb_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in igb_read_mbx()
42 s32 ret_val = -E1000_ERR_MBX; in igb_read_mbx()
63 s32 igb_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in igb_write_mbx()
66 s32 ret_val = 0; in igb_write_mbx()
84 s32 igb_check_for_msg(struct e1000_hw *hw, u16 mbx_id) in igb_check_for_msg()
87 s32 ret_val = -E1000_ERR_MBX; in igb_check_for_msg()
102 s32 igb_check_for_ack(struct e1000_hw *hw, u16 mbx_id) in igb_check_for_ack()
105 s32 ret_val = -E1000_ERR_MBX; in igb_check_for_ack()
120 s32 igb_check_for_rst(struct e1000_hw *hw, u16 mbx_id) in igb_check_for_rst()
123 s32 ret_val = -E1000_ERR_MBX; in igb_check_for_rst()
138 static s32 igb_poll_for_msg(struct e1000_hw *hw, u16 mbx_id) in igb_poll_for_msg()
167 static s32 igb_poll_for_ack(struct e1000_hw *hw, u16 mbx_id) in igb_poll_for_ack()
199 static s32 igb_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, in igb_read_posted_mbx()
203 s32 ret_val = -E1000_ERR_MBX; in igb_read_posted_mbx()
226 static s32 igb_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, in igb_write_posted_mbx()
230 s32 ret_val = -E1000_ERR_MBX; in igb_write_posted_mbx()
246 static s32 igb_check_for_bit_pf(struct e1000_hw *hw, u32 mask) in igb_check_for_bit_pf()
249 s32 ret_val = -E1000_ERR_MBX; in igb_check_for_bit_pf()
266 static s32 igb_check_for_msg_pf(struct e1000_hw *hw, u16 vf_number) in igb_check_for_msg_pf()
268 s32 ret_val = -E1000_ERR_MBX; in igb_check_for_msg_pf()
285 static s32 igb_check_for_ack_pf(struct e1000_hw *hw, u16 vf_number) in igb_check_for_ack_pf()
287 s32 ret_val = -E1000_ERR_MBX; in igb_check_for_ack_pf()
304 static s32 igb_check_for_rst_pf(struct e1000_hw *hw, u16 vf_number) in igb_check_for_rst_pf()
307 s32 ret_val = -E1000_ERR_MBX; in igb_check_for_rst_pf()
325 static s32 igb_obtain_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number) in igb_obtain_mbx_lock_pf()
327 s32 ret_val = -E1000_ERR_MBX; in igb_obtain_mbx_lock_pf()
350 static s32 igb_write_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, in igb_write_mbx_pf()
353 s32 ret_val; in igb_write_mbx_pf()
391 static s32 igb_read_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, in igb_read_mbx_pf()
394 s32 ret_val; in igb_read_mbx_pf()
422 s32 igb_init_mbx_params_pf(struct e1000_hw *hw) in igb_init_mbx_params_pf()