Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.c1058 && (p_Manip->nextManipType == e_FM_PCD_MANIP_HDR) in BuildHmct()
1099 if ((p_Manip->nextManipType == e_FM_PCD_MANIP_HDR) && p_Manip->dontParseAfterManip) in CreateManipActionNew()
1148 && (p_Manip->nextManipType == e_FM_PCD_MANIP_HDR) in CreateManipActionNew()
2663 case e_FM_PCD_MANIP_HDR: in CheckManipParamsAndSetType()
2672 != e_FM_PCD_MANIP_HDR) && in CheckManipParamsAndSetType()
5358 if ((p_ManipParams->type != e_FM_PCD_MANIP_HDR) in FM_PCD_ManipNodeReplace()
5359 || (p_Manip->type != e_FM_PCD_MANIP_HDR)) in FM_PCD_ManipNodeReplace()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h1257 e_FM_PCD_MANIP_HDR = 0, /**< Header manipulation */ enumerator