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