Lines Matching refs:crc_tmp
2676 u32 i, crc_tmp, crc = 0;
2720 crc_tmp = crc32c(0, &tmp_vid, sizeof(tmp_vid));
2726 crc_tmp = crc32c(crc_tmp, &flags, sizeof(flags));
2728 crc ^= crc32c(crc_tmp, tt_common->addr, ETH_ALEN);
2754 u32 i, crc_tmp, crc = 0;
2779 crc_tmp = crc32c(0, &tmp_vid, sizeof(tmp_vid));
2785 crc_tmp = crc32c(crc_tmp, &flags, sizeof(flags));
2787 crc ^= crc32c(crc_tmp, tt_common->addr, ETH_ALEN);