bitrev32
crc = bitrev32(~crc) >> 26;
crc = bitrev32(~xgbe_vid_crc32_le(vid_le)) >> 28;
uint32_t bitrev32(uint32_t);