Home | History | Annotate | Download | only in ixgbe

Lines Matching refs:ixgbe_hw

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