Lines Matching refs:tmpReg8
3263 uint8_t tmpReg8 = 0xff; in InsrtHdrByTempl() local
3316 tmpReg8 = (uint8_t)p_Template[p_InsrtByTemplate->modifyOuterIpParams.ipOuterOffset]; in InsrtHdrByTempl()
3318 if((tmpReg8 & 0xf0) == 0x40) in InsrtHdrByTempl()
3319 tmpReg8 = 4; in InsrtHdrByTempl()
3320 else if((tmpReg8 & 0xf0) == 0x60) in InsrtHdrByTempl()
3321 tmpReg8 = 6; in InsrtHdrByTempl()
3323 tmpReg8 = 0xff; in InsrtHdrByTempl()
3325 if (tmpReg8 != 0xff) in InsrtHdrByTempl()
3349 if (tmpReg8 == 4) in InsrtHdrByTempl()
3388 else if (tmpReg8 == 6) in InsrtHdrByTempl()
3414 tmpReg32 = tmpReg16 = tmpReg8 = 0; in InsrtHdrByTempl()
3425 memcpy(&tmpReg8, &p_Template[14],1*(sizeof(uint8_t))); in InsrtHdrByTempl()
3426 tmpReg8 &= 0x1f; in InsrtHdrByTempl()
3427 tmpReg8 |= (uint8_t)(p_InsrtByTemplate->modifyOuterVlanParams.vpri << 5); in InsrtHdrByTempl()
3429 p_Template[14] = tmpReg8; in InsrtHdrByTempl()