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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes.h276 u32 crc_value; local
277 crc_value = crc32c(~0, (void *)nes_quad, sizeof (struct nes_v4_quad));
286 return cpu_to_le32(crc_value);
H A Dnes_cm.c2748 u32 crc_value; local
2938 crc_value = get_crc_value(&nes_quad);
2939 nesqp->hte_index = cpu_to_be32(crc_value ^ 0xffffffff);
3263 u32 crc_value; local
3363 crc_value = get_crc_value(&nes_quad);
3364 nesqp->hte_index = cpu_to_be32(crc_value ^ 0xffffffff);

Completed in 46 milliseconds