Searched refs:Crc (Results 1 – 6 of 6) sorted by relevance
646 u32 Crc, Carry; in CardComputeCrc() local650 Crc = 0xffffffff; in CardComputeCrc()655 Carry = ((Crc & 0x80000000) ? 1 : 0) ^ (CurByte & 0x01); in CardComputeCrc()656 Crc <<= 1; in CardComputeCrc()659 Crc = (Crc ^ 0x04c11db6) | Carry; in CardComputeCrc()662 return Crc; in CardComputeCrc()
870 u32 Crc; in CardGetMulticastBit() local874 Crc = CardComputeCrc(Address, ETH_ALEN); in CardGetMulticastBit()878 BitNumber = (u32) ((Crc >> 26) & 0x3f); in CardGetMulticastBit()
209 Crc = 0x09, // # frames w/ bad CRC only enumerator
604 HW_STAT(Crc, RxFCSErrors), in port_stats_update()
392 uint Crc; member
2296 adapter->if_events.Crc); in slic_debug_adapter_show()2654 adapter->if_events.Crc++; in slic_rcv_handle_error()2706 adapter->if_events.Crc++; in slic_rcv_handle_error()