Home
last modified time | relevance | path

Searched refs:GRC_CR_PF_INIT_VF_PF_FIRST_VF_NUM_MASK (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/hw/
H A Dpcics_reg_driver.h262 #define GRC_CR_PF_INIT_VF_PF_FIRST_VF_NUM_MASK 0xff macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dpcics_reg_driver.h214 #define GRC_CR_PF_INIT_VF_PF_FIRST_VF_NUM_MASK 0xf /*First VF_NUM for PF is encoded in this regist… macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_devinfo.c177 …pdev->hw_info.sriov_info.first_vf_in_pf = ((val & GRC_CR_PF_INIT_VF_PF_FIRST_VF_NUM_MASK) * 8) - E… in lm_get_sriov_info()