Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c1283 if (!(reg & I40E_GLGEN_RSTAT_DEVSTATE_MASK)) in i40e_pf_reset()
1287 if (reg & I40E_GLGEN_RSTAT_DEVSTATE_MASK) { in i40e_pf_reset()
H A Di40e_register.h552 #define I40E_GLGEN_RSTAT_DEVSTATE_MASK I40E_MASK(0x3, I40E_GLGEN_RSTAT_DEVSTATE_SHIFT) macro