• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/

Lines Matching refs:schemes

745         p_Scheme = &p_FmPcdKg->schemes[relativeSchemeId];
770 p_Scheme = &p_FmPcdKg->schemes[relativeSchemeId];
2058 p_Scheme = &p_FmPcd->p_FmPcdKg->schemes[relativeSchemeId];
2082 /* if this port does not use clsPlan, it may not be bound to schemes with units that contain
2084 it also may not be bound to schemes that go to CC with units that are options - so we OR
2164 if (p_FmPcd->p_FmPcdKg->schemes[schemeId].matchVector == SCHEME_ALWAYS_DIRECT)
2202 RETURN_ERROR(MAJOR, E_NOT_AVAILABLE, ("No schemes found"));
2606 ASSERT_COND(p_FmPcd->p_FmPcdKg->schemes[schemeId].valid);
2608 return p_FmPcd->p_FmPcdKg->schemes[schemeId].requiredAction;
2615 ASSERT_COND(p_FmPcd->p_FmPcdKg->schemes[schemeId].valid);
2617 return p_FmPcd->p_FmPcdKg->schemes[schemeId].requiredActionFlag;
2624 ASSERT_COND(p_FmPcd->p_FmPcdKg->schemes[schemeId].valid);
2626 return p_FmPcd->p_FmPcdKg->schemes[schemeId].directPlcr;
2634 ASSERT_COND(p_FmPcd->p_FmPcdKg->schemes[schemeId].valid);
2636 return p_FmPcd->p_FmPcdKg->schemes[schemeId].relativeProfileId;
2643 ASSERT_COND(p_FmPcd->p_FmPcdKg->schemes[schemeId].valid);
2645 if ((p_FmPcd->p_FmPcdKg->schemes[schemeId].extractedOrs &&
2646 p_FmPcd->p_FmPcdKg->schemes[schemeId].bitOffsetInPlcrProfile) ||
2647 p_FmPcd->p_FmPcdKg->schemes[schemeId].nextRelativePlcrProfile)
2658 ASSERT_COND(p_FmPcd->p_FmPcdKg->schemes[relativeSchemeId].valid);
2660 return p_FmPcd->p_FmPcdKg->schemes[relativeSchemeId].nextEngine;
2667 ASSERT_COND(p_FmPcd->p_FmPcdKg->schemes[schemeId].valid);
2669 return p_FmPcd->p_FmPcdKg->schemes[schemeId].doneAction;
2810 if (!FmPcdKgIsSchemeValidSw(&p_FmPcd->p_FmPcdKg->schemes[relativeSchemeId]))
2813 return &p_FmPcd->p_FmPcdKg->schemes[relativeSchemeId];
2853 if (!p_FmPcd->p_FmPcdKg->schemes[relativeSchemeId].requiredActionFlag ||
2854 !(p_FmPcd->p_FmPcdKg->schemes[relativeSchemeId].requiredAction & requiredAction))
2858 switch (p_FmPcd->p_FmPcdKg->schemes[relativeSchemeId].nextEngine)
2861 if (p_FmPcd->p_FmPcdKg->schemes[relativeSchemeId].doneAction == e_FM_PCD_ENQ_FRAME)
2876 if (!p_FmPcd->p_FmPcdKg->schemes[relativeSchemeId].directPlcr ||
2877 (p_FmPcd->p_FmPcdKg->schemes[relativeSchemeId].extractedOrs &&
2878 p_FmPcd->p_FmPcdKg->schemes[relativeSchemeId].bitOffsetInPlcrProfile) ||
2879 p_FmPcd->p_FmPcdKg->schemes[relativeSchemeId].nextRelativePlcrProfile)
2883 err = FmPcdPlcrCcGetSetParams(h_FmPcd, p_FmPcd->p_FmPcdKg->schemes[relativeSchemeId].relativeProfileId, requiredAction);
2895 if (p_FmPcd->p_FmPcdKg->schemes[relativeSchemeId].nextEngine == e_FM_PCD_CC)
2999 p_Scheme = &p_FmPcd->p_FmPcdKg->schemes[relativeSchemeId];