Searched refs:newcrc (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dbmac.c803 unsigned int newcrc; local
806 newcrc = crc416(0xffffffff, *address); /* address bits 47 - 32 */
807 newcrc = crc416(newcrc, address[1]); /* address bits 31 - 16 */
808 newcrc = crc416(newcrc, address[2]); /* address bits 15 - 0 */
810 return(newcrc);

Completed in 95 milliseconds