Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.c3263 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()
[all …]