Home
last modified time | relevance | path

Searched refs:vf_number (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_mbx.c547 static s32 ixgbe_check_for_msg_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_check_for_msg_pf() argument
550 s32 index = IXGBE_MBVFICR_INDEX(vf_number); in ixgbe_check_for_msg_pf()
551 u32 vf_bit = vf_number % 16; in ixgbe_check_for_msg_pf()
571 static s32 ixgbe_check_for_ack_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_check_for_ack_pf() argument
574 s32 index = IXGBE_MBVFICR_INDEX(vf_number); in ixgbe_check_for_ack_pf()
575 u32 vf_bit = vf_number % 16; in ixgbe_check_for_ack_pf()
595 static s32 ixgbe_check_for_rst_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_check_for_rst_pf() argument
597 u32 reg_offset = (vf_number < 32) ? 0 : 1; in ixgbe_check_for_rst_pf()
598 u32 vf_shift = vf_number % 32; in ixgbe_check_for_rst_pf()
633 static s32 ixgbe_obtain_mbx_lock_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_obtain_mbx_lock_pf() argument
[all …]
H A Dixgbe_type.h2713 #define IXGBE_MBVFICR_INDEX(vf_number) (vf_number >> 4) argument
2770 #define IXGBE_PVFTDWBALn(q_per_pool, vf_number, vf_q_index) \ argument
2771 (IXGBE_PVFTDWBAL((q_per_pool)*(vf_number) + (vf_q_index)))
2772 #define IXGBE_PVFTDWBAHn(q_per_pool, vf_number, vf_q_index) \ argument
2773 (IXGBE_PVFTDWBAH((q_per_pool)*(vf_number) + (vf_q_index)))
2775 #define IXGBE_PVFTDHn(q_per_pool, vf_number, vf_q_index) \ argument
2776 (IXGBE_PVFTDH((q_per_pool)*(vf_number) + (vf_q_index)))
2777 #define IXGBE_PVFTDTn(q_per_pool, vf_number, vf_q_index) \ argument
2778 (IXGBE_PVFTDT((q_per_pool)*(vf_number) + (vf_q_index)))
/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_mbx.c579 static s32 e1000_check_for_msg_pf(struct e1000_hw *hw, u16 vf_number) in e1000_check_for_msg_pf() argument
585 if (!e1000_check_for_bit_pf(hw, E1000_MBVFICR_VFREQ_VF1 << vf_number)) { in e1000_check_for_msg_pf()
600 static s32 e1000_check_for_ack_pf(struct e1000_hw *hw, u16 vf_number) in e1000_check_for_ack_pf() argument
606 if (!e1000_check_for_bit_pf(hw, E1000_MBVFICR_VFACK_VF1 << vf_number)) { in e1000_check_for_ack_pf()
621 static s32 e1000_check_for_rst_pf(struct e1000_hw *hw, u16 vf_number) in e1000_check_for_rst_pf() argument
628 if (vflre & (1 << vf_number)) { in e1000_check_for_rst_pf()
630 E1000_WRITE_REG(hw, E1000_VFLRE, (1 << vf_number)); in e1000_check_for_rst_pf()
644 static s32 e1000_obtain_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number) in e1000_obtain_mbx_lock_pf() argument
654 E1000_WRITE_REG(hw, E1000_P2VMAILBOX(vf_number), in e1000_obtain_mbx_lock_pf()
658 p2v_mailbox = E1000_READ_REG(hw, E1000_P2VMAILBOX(vf_number)); in e1000_obtain_mbx_lock_pf()
[all …]
H A De1000_vf.h257 u32 vf_number; member
H A De1000_hw.h983 u32 vf_number; member
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_pf.c974 lm_igu_sb->vf_number = lm_igu_sb->vector_number = 0xFF; in lm_pf_clear_vf_igu_blocks()
990 lm_igu_sb->vf_number = lm_igu_sb->vector_number = 0xFF; in lm_pf_release_vf_igu_block()
1014 lm_igu_sb->vf_number = abs_vf_id; in lm_pf_acquire_vf_igu_block()
H A Dlm_devinfo.c795 lm_igu_sb->vf_number = fid & IGU_FID_VF_NUM_MASK; in lm_get_igu_cam_info()
796 if ((lm_igu_sb->vf_number >= pdev->hw_info.sriov_info.first_vf_in_pf) in lm_get_igu_cam_info()
797 …&& (lm_igu_sb->vf_number < (pdev->hw_info.sriov_info.first_vf_in_pf + pdev->hw_info.sriov_info.tot… in lm_get_igu_cam_info()
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c582 mb4->un.varSLIConfig.be.un_hdr.hdr_req2.vf_number = 0; in emlxs_mb_get_extents_info()
621 mb4->un.varSLIConfig.be.un_hdr.hdr_req2.vf_number = 0; in emlxs_mb_get_extents()
661 mb4->un.varSLIConfig.be.un_hdr.hdr_req2.vf_number = 0; in emlxs_mb_alloc_extents()
703 mb4->un.varSLIConfig.be.un_hdr.hdr_req2.vf_number = 0; in emlxs_mb_dealloc_extents()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h2630 uint32_t vf_number:16; /* word 6 */ member
2646 uint32_t vf_number:16; /* word 6 */ member
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h1502 u8_t vf_number; member