Searched refs:genFieldReplace (Results 1 – 2 of 2) sorted by relevance
1027 …tmpReg |= p_FmPcdManipParams->u.hdr.customParams.u.genFieldReplace.size << HMCD_GEN_FIELD_SIZE_SHI… in BuildHmct()1028 …tmpReg |= p_FmPcdManipParams->u.hdr.customParams.u.genFieldReplace.srcOffset << HMCD_GEN_FIELD_SRC… in BuildHmct()1029 …tmpReg |= p_FmPcdManipParams->u.hdr.customParams.u.genFieldReplace.dstOffset << HMCD_GEN_FIELD_DST… in BuildHmct()1030 if (p_FmPcdManipParams->u.hdr.customParams.u.genFieldReplace.mask) in BuildHmct()1040 if (p_FmPcdManipParams->u.hdr.customParams.u.genFieldReplace.mask) in BuildHmct()1042 …tmpReg = p_FmPcdManipParams->u.hdr.customParams.u.genFieldReplace.mask << HMCD_GEN_FIELD_MASK_SHIF… in BuildHmct()1043 …tmpReg |= p_FmPcdManipParams->u.hdr.customParams.u.genFieldReplace.maskOffset << HMCD_GEN_FIELD_MA… in BuildHmct()2829 if ((p_ManipParams->u.hdr.customParams.u.genFieldReplace.size == 0) || in CheckManipParamsAndSetType()2830 (p_ManipParams->u.hdr.customParams.u.genFieldReplace.size > 8)) in CheckManipParamsAndSetType()2835 if (p_ManipParams->u.hdr.customParams.u.genFieldReplace.srcOffset > 7) in CheckManipParamsAndSetType()[all …]
2615 …t_FmPcdManipHdrCustomGenFieldReplace genFieldReplace; /**< Parameters IP header replacement */ member