Lines Matching refs:rkey
529 __be32 rkey;
551 return be32_to_cpu(reth->rkey);
554 static inline void __reth_set_rkey(void *arg, u32 rkey)
558 reth->rkey = cpu_to_be32(rkey);
593 static inline void reth_set_rkey(struct rxe_pkt_info *pkt, u32 rkey)
596 + rxe_opcode[pkt->opcode].offset[RXE_RETH], rkey);
616 __be32 rkey;
639 return be32_to_cpu(atmeth->rkey);
642 static inline void __atmeth_set_rkey(void *arg, u32 rkey)
646 atmeth->rkey = cpu_to_be32(rkey);
695 static inline void atmeth_set_rkey(struct rxe_pkt_info *pkt, u32 rkey)
698 + rxe_opcode[pkt->opcode].offset[RXE_ATMETH], rkey);
875 __be32 rkey;
882 return be32_to_cpu(ieth->rkey);
885 static inline void __ieth_set_rkey(void *arg, u32 rkey)
889 ieth->rkey = cpu_to_be32(rkey);
898 static inline void ieth_set_rkey(struct rxe_pkt_info *pkt, u32 rkey)
901 + rxe_opcode[pkt->opcode].offset[RXE_IETH], rkey);