Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2124 PMF_ORIGINAL = 1, enumerator
2278 …#define IS_PMF(_pdev) (( PMF_ORIGINAL == (_pdev)->vars.is_pmf) || ( PMF_MIGRATION ==…
2279 #define IS_PMF_ORIGINAL(_pdev) ( PMF_ORIGINAL == (_pdev)->vars.is_pmf)
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_init_reset.c4670 pdev->vars.is_pmf = PMF_ORIGINAL; in lm_chip_init()