Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ixl/
HDif_ixl.c1009 if (icr0 & I40E_PFINT_ICR0_VFLR_MASK) in ixl_intr()
1078 if (reg & I40E_PFINT_ICR0_VFLR_MASK) { in ixl_msix_adminq()
HDi40e_register.h1028 #define I40E_PFINT_ICR0_VFLR_MASK I40E_MASK(0x1, I40E_PFINT_ICR0_VFLR_SHIFT) macro