Lines Matching defs:crc_tmp
2446 u32 i, crc_tmp, crc = 0;
2490 crc_tmp = crc32c(0, &tmp_vid, sizeof(tmp_vid));
2496 crc_tmp = crc32c(crc_tmp, &flags, sizeof(flags));
2498 crc ^= crc32c(crc_tmp, tt_common->addr, ETH_ALEN);
2524 u32 i, crc_tmp, crc = 0;
2549 crc_tmp = crc32c(0, &tmp_vid, sizeof(tmp_vid));
2555 crc_tmp = crc32c(crc_tmp, &flags, sizeof(flags));
2557 crc ^= crc32c(crc_tmp, tt_common->addr, ETH_ALEN);