Home
last modified time | relevance | path

Searched refs:crcp (Results 1 – 3 of 3) sorted by relevance

/drivers/infiniband/sw/rxe/
Drxe_mr.c345 enum copy_direction dir, u32 *crcp) in rxe_mem_copy() argument
355 u32 crc = crcp ? (*crcp) : 0; in rxe_mem_copy()
371 if (crcp) in rxe_mem_copy()
372 *crcp = rxe_crc32(to_rdev(mem->pd->ibpd.device), in rxe_mem_copy()
373 *crcp, dest, length); in rxe_mem_copy()
405 if (crcp) in rxe_mem_copy()
423 if (crcp) in rxe_mem_copy()
424 *crcp = crc; in rxe_mem_copy()
442 u32 *crcp) in copy_data() argument
503 err = rxe_mem_copy(mem, iova, addr, bytes, dir, crcp); in copy_data()
Drxe_loc.h117 int length, enum copy_direction dir, u32 *crcp);
121 enum copy_direction dir, u32 *crcp);
Drxe_resp.c592 u32 *crcp) in prepare_ack_packet() argument
643 if (crcp) { in prepare_ack_packet()
645 *crcp = crc; in prepare_ack_packet()