Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c1358 reg &= (I40E_GLNVM_ULD_CONF_CORE_DONE_MASK | in i40e_pf_reset()
1360 if (reg == (I40E_GLNVM_ULD_CONF_CORE_DONE_MASK | in i40e_pf_reset()
1367 if (!(reg & (I40E_GLNVM_ULD_CONF_CORE_DONE_MASK | in i40e_pf_reset()
H A Di40e_register.h1721 #define I40E_GLNVM_ULD_CONF_CORE_DONE_MASK I40E_MASK(0x1, I40E_GLNVM_ULD_CONF_CORE_DONE_SHIFT) macro