Lines Matching refs:crc_tmp
2397 u32 i, crc_tmp, crc = 0;
2441 crc_tmp = crc32c(0, &tmp_vid, sizeof(tmp_vid));
2447 crc_tmp = crc32c(crc_tmp, &flags, sizeof(flags));
2449 crc ^= crc32c(crc_tmp, tt_common->addr, ETH_ALEN);
2475 u32 i, crc_tmp, crc = 0;
2500 crc_tmp = crc32c(0, &tmp_vid, sizeof(tmp_vid));
2506 crc_tmp = crc32c(crc_tmp, &flags, sizeof(flags));
2508 crc ^= crc32c(crc_tmp, tt_common->addr, ETH_ALEN);