Lines Matching defs:hw

57 s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id)  in ixgbe_read_mbx()
86 s32 ixgbe_poll_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ixgbe_poll_mbx()
123 s32 ixgbe_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ixgbe_write_mbx()
156 s32 ixgbe_check_for_msg(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_msg()
176 s32 ixgbe_check_for_ack(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_ack()
196 s32 ixgbe_check_for_rst(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_rst()
216 s32 ixgbe_clear_mbx(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_clear_mbx()
236 static s32 ixgbe_poll_for_msg(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_poll_for_msg()
269 static s32 ixgbe_poll_for_ack(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_poll_for_ack()
303 static u32 ixgbe_read_mailbox_vf(struct ixgbe_hw *hw) in ixgbe_read_mailbox_vf()
313 static void ixgbe_clear_msg_vf(struct ixgbe_hw *hw) in ixgbe_clear_msg_vf()
323 static void ixgbe_clear_ack_vf(struct ixgbe_hw *hw) in ixgbe_clear_ack_vf()
333 static void ixgbe_clear_rst_vf(struct ixgbe_hw *hw) in ixgbe_clear_rst_vf()
352 static s32 ixgbe_check_for_bit_vf(struct ixgbe_hw *hw, u32 mask) in ixgbe_check_for_bit_vf()
369 static s32 ixgbe_check_for_msg_vf(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_msg_vf()
389 static s32 ixgbe_check_for_ack_vf(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_ack_vf()
411 static s32 ixgbe_check_for_rst_vf(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_rst_vf()
433 static s32 ixgbe_obtain_mbx_lock_vf(struct ixgbe_hw *hw) in ixgbe_obtain_mbx_lock_vf()
475 static void ixgbe_release_mbx_lock_dummy(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_release_mbx_lock_dummy()
487 static void ixgbe_release_mbx_lock_vf(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_release_mbx_lock_vf()
510 static s32 ixgbe_write_mbx_vf_legacy(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_write_mbx_vf_legacy()
552 static s32 ixgbe_write_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_write_mbx_vf()
602 static s32 ixgbe_read_mbx_vf_legacy(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_read_mbx_vf_legacy()
638 static s32 ixgbe_read_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_read_mbx_vf()
677 void ixgbe_init_mbx_params_vf(struct ixgbe_hw *hw) in ixgbe_init_mbx_params_vf()
708 void ixgbe_upgrade_mbx_params_vf(struct ixgbe_hw *hw) in ixgbe_upgrade_mbx_params_vf()
727 static void ixgbe_clear_msg_pf(struct ixgbe_hw *hw, u16 vf_id) in ixgbe_clear_msg_pf()
742 static void ixgbe_clear_ack_pf(struct ixgbe_hw *hw, u16 vf_id) in ixgbe_clear_ack_pf()
757 static s32 ixgbe_check_for_bit_pf(struct ixgbe_hw *hw, u32 mask, s32 index) in ixgbe_check_for_bit_pf()
774 static s32 ixgbe_check_for_msg_pf(struct ixgbe_hw *hw, u16 vf_id) in ixgbe_check_for_msg_pf()
795 static s32 ixgbe_check_for_ack_pf(struct ixgbe_hw *hw, u16 vf_id) in ixgbe_check_for_ack_pf()
820 static s32 ixgbe_check_for_rst_pf(struct ixgbe_hw *hw, u16 vf_id) in ixgbe_check_for_rst_pf()
859 static s32 ixgbe_obtain_mbx_lock_pf(struct ixgbe_hw *hw, u16 vf_id) in ixgbe_obtain_mbx_lock_pf()
902 static void ixgbe_release_mbx_lock_pf(struct ixgbe_hw *hw, u16 vf_id) in ixgbe_release_mbx_lock_pf()
923 static s32 ixgbe_write_mbx_pf_legacy(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_write_mbx_pf_legacy()
964 static s32 ixgbe_write_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_write_mbx_pf()
1015 static s32 ixgbe_read_mbx_pf_legacy(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_read_mbx_pf_legacy()
1052 static s32 ixgbe_read_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_read_mbx_pf()
1090 static s32 ixgbe_clear_mbx_pf(struct ixgbe_hw *hw, u16 vf_id) in ixgbe_clear_mbx_pf()
1112 void ixgbe_init_mbx_params_pf_id(struct ixgbe_hw *hw, u16 vf_id) in ixgbe_init_mbx_params_pf_id()
1133 void ixgbe_init_mbx_params_pf(struct ixgbe_hw *hw) in ixgbe_init_mbx_params_pf()
1176 void ixgbe_upgrade_mbx_params_pf(struct ixgbe_hw *hw, u16 vf_id) in ixgbe_upgrade_mbx_params_pf()