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

/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_hdr.h668 struct rxe_atmeth *atmeth = arg; local
670 return be64_to_cpu(atmeth->va);
675 struct rxe_atmeth *atmeth = arg; local
677 atmeth->va = cpu_to_be64(va);
682 struct rxe_atmeth *atmeth = arg; local
684 return be32_to_cpu(atmeth->rkey);
689 struct rxe_atmeth *atmeth = arg; local
691 atmeth->rkey = cpu_to_be32(rkey);
696 struct rxe_atmeth *atmeth = arg; local
698 return be64_to_cpu(atmeth
703 struct rxe_atmeth *atmeth = arg; local
710 struct rxe_atmeth *atmeth = arg; local
717 struct rxe_atmeth *atmeth = arg; local
[all...]

Completed in 367 milliseconds