Searched refs:ca_crc32 (Results 1 – 1 of 1) sorted by relevance
824 u32 loop, new_pkt_len, ca_crc32; in cortina_eth_send() local881 ca_crc32 = crc32(0, (u8 *)(pkt_buf_ptr + HEADER_A_SIZE), new_pkt_len); in cortina_eth_send()883 debug("%s: crc32 is 0x%x\n", __func__, ca_crc32); in cortina_eth_send()884 debug("%s: ~crc32 is 0x%x\n", __func__, ~ca_crc32); in cortina_eth_send()889 (u8 *)(&ca_crc32), sizeof(ca_crc32)); in cortina_eth_send()
Completed in 5 milliseconds