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