Lines Matching refs:s32
35 s32 igb_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in igb_read_mbx()
38 s32 ret_val = -E1000_ERR_MBX; in igb_read_mbx()
59 s32 igb_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in igb_write_mbx()
62 s32 ret_val = 0; in igb_write_mbx()
80 s32 igb_check_for_msg(struct e1000_hw *hw, u16 mbx_id) in igb_check_for_msg()
83 s32 ret_val = -E1000_ERR_MBX; in igb_check_for_msg()
98 s32 igb_check_for_ack(struct e1000_hw *hw, u16 mbx_id) in igb_check_for_ack()
101 s32 ret_val = -E1000_ERR_MBX; in igb_check_for_ack()
116 s32 igb_check_for_rst(struct e1000_hw *hw, u16 mbx_id) in igb_check_for_rst()
119 s32 ret_val = -E1000_ERR_MBX; in igb_check_for_rst()
134 static s32 igb_poll_for_msg(struct e1000_hw *hw, u16 mbx_id) in igb_poll_for_msg()
163 static s32 igb_poll_for_ack(struct e1000_hw *hw, u16 mbx_id) in igb_poll_for_ack()
195 static s32 igb_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, in igb_read_posted_mbx()
199 s32 ret_val = -E1000_ERR_MBX; in igb_read_posted_mbx()
222 static s32 igb_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, in igb_write_posted_mbx()
226 s32 ret_val = -E1000_ERR_MBX; in igb_write_posted_mbx()
242 static s32 igb_check_for_bit_pf(struct e1000_hw *hw, u32 mask) in igb_check_for_bit_pf()
245 s32 ret_val = -E1000_ERR_MBX; in igb_check_for_bit_pf()
262 static s32 igb_check_for_msg_pf(struct e1000_hw *hw, u16 vf_number) in igb_check_for_msg_pf()
264 s32 ret_val = -E1000_ERR_MBX; in igb_check_for_msg_pf()
281 static s32 igb_check_for_ack_pf(struct e1000_hw *hw, u16 vf_number) in igb_check_for_ack_pf()
283 s32 ret_val = -E1000_ERR_MBX; in igb_check_for_ack_pf()
300 static s32 igb_check_for_rst_pf(struct e1000_hw *hw, u16 vf_number) in igb_check_for_rst_pf()
303 s32 ret_val = -E1000_ERR_MBX; in igb_check_for_rst_pf()
321 static s32 igb_obtain_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number) in igb_obtain_mbx_lock_pf()
323 s32 ret_val = -E1000_ERR_MBX; in igb_obtain_mbx_lock_pf()
346 static s32 igb_write_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, in igb_write_mbx_pf()
349 s32 ret_val; in igb_write_mbx_pf()
387 static s32 igb_read_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, in igb_read_mbx_pf()
390 s32 ret_val; in igb_read_mbx_pf()
418 s32 igb_init_mbx_params_pf(struct e1000_hw *hw) in igb_init_mbx_params_pf()