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

/drivers/infiniband/hw/nes/
H A Dnes.h292 u32 crc_value; local
293 crc_value = crc32c(~0, (void *)nes_quad, sizeof (struct nes_v4_quad));
302 return cpu_to_le32(crc_value);
H A Dnes_mgt.c645 u32 crc_value; local
677 crc_value = get_crc_value(&nes_quad);
678 nesqp->hte_index = cpu_to_be32(crc_value ^ 0xffffffff);
H A Dnes_cm.c2993 u32 crc_value; local
3183 crc_value = get_crc_value(&nes_quad);
3184 nesqp->hte_index = cpu_to_be32(crc_value ^ 0xffffffff);
3497 u32 crc_value; local
3568 crc_value = get_crc_value(&nes_quad);
3569 nesqp->hte_index = cpu_to_be32(crc_value ^ 0xffffffff);

Completed in 83 milliseconds