Symbol: vf_number
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
795
lm_igu_sb->vf_number = fid & IGU_FID_VF_NUM_MASK;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
796
if ((lm_igu_sb->vf_number >= pdev->hw_info.sriov_info.first_vf_in_pf)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
797
&& (lm_igu_sb->vf_number < (pdev->hw_info.sriov_info.first_vf_in_pf + pdev->hw_info.sriov_info.total_vfs)))
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_pf.c
1014
lm_igu_sb->vf_number = abs_vf_id;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_pf.c
974
lm_igu_sb->vf_number = lm_igu_sb->vector_number = 0xFF;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_pf.c
990
lm_igu_sb->vf_number = lm_igu_sb->vector_number = 0xFF;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
1502
u8_t vf_number;
usr/src/uts/common/io/e1000api/e1000_hw.h
1068
u32 vf_number;
usr/src/uts/common/io/e1000api/e1000_mbx.c
579
static s32 e1000_check_for_msg_pf(struct e1000_hw *hw, u16 vf_number)
usr/src/uts/common/io/e1000api/e1000_mbx.c
585
if (!e1000_check_for_bit_pf(hw, E1000_MBVFICR_VFREQ_VF1 << vf_number)) {
usr/src/uts/common/io/e1000api/e1000_mbx.c
600
static s32 e1000_check_for_ack_pf(struct e1000_hw *hw, u16 vf_number)
usr/src/uts/common/io/e1000api/e1000_mbx.c
606
if (!e1000_check_for_bit_pf(hw, E1000_MBVFICR_VFACK_VF1 << vf_number)) {
usr/src/uts/common/io/e1000api/e1000_mbx.c
621
static s32 e1000_check_for_rst_pf(struct e1000_hw *hw, u16 vf_number)
usr/src/uts/common/io/e1000api/e1000_mbx.c
628
if (vflre & (1 << vf_number)) {
usr/src/uts/common/io/e1000api/e1000_mbx.c
630
E1000_WRITE_REG(hw, E1000_VFLRE, (1 << vf_number));
usr/src/uts/common/io/e1000api/e1000_mbx.c
644
static s32 e1000_obtain_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number)
usr/src/uts/common/io/e1000api/e1000_mbx.c
654
E1000_WRITE_REG(hw, E1000_P2VMAILBOX(vf_number),
usr/src/uts/common/io/e1000api/e1000_mbx.c
658
p2v_mailbox = E1000_READ_REG(hw, E1000_P2VMAILBOX(vf_number));
usr/src/uts/common/io/e1000api/e1000_mbx.c
680
u16 vf_number)
usr/src/uts/common/io/e1000api/e1000_mbx.c
688
ret_val = e1000_obtain_mbx_lock_pf(hw, vf_number);
usr/src/uts/common/io/e1000api/e1000_mbx.c
693
e1000_check_for_msg_pf(hw, vf_number);
usr/src/uts/common/io/e1000api/e1000_mbx.c
694
e1000_check_for_ack_pf(hw, vf_number);
usr/src/uts/common/io/e1000api/e1000_mbx.c
698
E1000_WRITE_REG_ARRAY(hw, E1000_VMBMEM(vf_number), i, msg[i]);
usr/src/uts/common/io/e1000api/e1000_mbx.c
701
E1000_WRITE_REG(hw, E1000_P2VMAILBOX(vf_number), E1000_P2VMAILBOX_STS);
usr/src/uts/common/io/e1000api/e1000_mbx.c
723
u16 vf_number)
usr/src/uts/common/io/e1000api/e1000_mbx.c
731
ret_val = e1000_obtain_mbx_lock_pf(hw, vf_number);
usr/src/uts/common/io/e1000api/e1000_mbx.c
737
msg[i] = E1000_READ_REG_ARRAY(hw, E1000_VMBMEM(vf_number), i);
usr/src/uts/common/io/e1000api/e1000_mbx.c
740
E1000_WRITE_REG(hw, E1000_P2VMAILBOX(vf_number), E1000_P2VMAILBOX_ACK);
usr/src/uts/common/io/e1000api/e1000_vf.h
257
u32 vf_number;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_mbox.c
614
mb4->un.varSLIConfig.be.un_hdr.hdr_req2.vf_number = 0;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_mbox.c
653
mb4->un.varSLIConfig.be.un_hdr.hdr_req2.vf_number = 0;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_mbox.c
693
mb4->un.varSLIConfig.be.un_hdr.hdr_req2.vf_number = 0;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_mbox.c
735
mb4->un.varSLIConfig.be.un_hdr.hdr_req2.vf_number = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4160
s32 ixgbe_toggle_txdctl_generic(struct ixgbe_hw *hw, u32 vf_number)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4165
if (vf_number > 63)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4190
offset = queue_count * vf_number + i;
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
198
s32 ixgbe_clear_mbx(struct ixgbe_hw *hw, u16 vf_number);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
45
s32 (*check_for_msg)(struct ixgbe_hw *hw, u16 vf_number);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
46
s32 (*check_for_ack)(struct ixgbe_hw *hw, u16 vf_number);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
47
s32 (*check_for_rst)(struct ixgbe_hw *hw, u16 vf_number);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
48
s32 (*clear)(struct ixgbe_hw *hw, u16 vf_number);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3026
#define IXGBE_PVFTDWBALn(q_per_pool, vf_number, vf_q_index) \
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3027
(IXGBE_PVFTDWBAL((q_per_pool)*(vf_number) + (vf_q_index)))
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3028
#define IXGBE_PVFTDWBAHn(q_per_pool, vf_number, vf_q_index) \
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3029
(IXGBE_PVFTDWBAH((q_per_pool)*(vf_number) + (vf_q_index)))
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3031
#define IXGBE_PVFTDHn(q_per_pool, vf_number, vf_q_index) \
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3032
(IXGBE_PVFTDH((q_per_pool)*(vf_number) + (vf_q_index)))
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3033
#define IXGBE_PVFTDTn(q_per_pool, vf_number, vf_q_index) \
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3034
(IXGBE_PVFTDT((q_per_pool)*(vf_number) + (vf_q_index)))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1341
u8 pf_id, u16 vf_number, u8 vf_valid)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1350
SET_FIELD(p_sb_entry->params, CAU_SB_ENTRY_VF_NUMBER, vf_number);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1432
u16 vf_number, u8 vf_valid)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1437
vf_number, vf_valid);
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_mbox.h
2713
uint32_t vf_number:16; /* word 6 */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_mbox.h
2729
uint32_t vf_number:16; /* word 6 */