Home
last modified time | relevance | path

Searched refs:Crc (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/staging/winbond/
Dwb35reg.c646 u32 Crc, Carry; in CardComputeCrc() local
650 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()
Dreg.c870 u32 Crc; in CardGetMulticastBit() local
874 Crc = CardComputeCrc(Address, ETH_ALEN); in CardGetMulticastBit()
878 BitNumber = (u32) ((Crc >> 26) & 0x3f); in CardGetMulticastBit()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb/
Dvsc7326_reg.h209 Crc = 0x09, // # frames w/ bad CRC only enumerator
Dvsc7326.c604 HW_STAT(Crc, RxFCSErrors), in port_stats_update()
/linux-3.4.99/drivers/staging/slicoss/
Dslic.h392 uint Crc; member
Dslicoss.c2296 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()