Lines Matching refs:rkey
528 __be32 rkey;
550 return be32_to_cpu(reth->rkey);
553 static inline void __reth_set_rkey(void *arg, u32 rkey)
557 reth->rkey = cpu_to_be32(rkey);
592 static inline void reth_set_rkey(struct rxe_pkt_info *pkt, u32 rkey)
595 rxe_opcode[pkt->opcode].offset[RXE_RETH], rkey);
661 __be32 rkey;
684 return be32_to_cpu(atmeth->rkey);
687 static inline void __atmeth_set_rkey(void *arg, u32 rkey)
691 atmeth->rkey = cpu_to_be32(rkey);
740 static inline void atmeth_set_rkey(struct rxe_pkt_info *pkt, u32 rkey)
743 rxe_opcode[pkt->opcode].offset[RXE_ATMETH], rkey);
919 __be32 rkey;
926 return be32_to_cpu(ieth->rkey);
929 static inline void __ieth_set_rkey(void *arg, u32 rkey)
933 ieth->rkey = cpu_to_be32(rkey);
942 static inline void ieth_set_rkey(struct rxe_pkt_info *pkt, u32 rkey)
945 rxe_opcode[pkt->opcode].offset[RXE_IETH], rkey);