Home
last modified time | relevance | path

Searched refs:I40E_GLPCI_CNF2_MSI_X_VF_N_MASK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ixl/
H A Di40e_register.h1799 #define I40E_GLPCI_CNF2_MSI_X_VF_N_MASK I40E_MASK(0x7FF, I40E_GLPCI_CNF2_MSI_X_VF_N_SHIFT) macro
H A Di40e_common.c1429 num_vf_int = (val & I40E_GLPCI_CNF2_MSI_X_VF_N_MASK) >> in i40e_clear_hw()