Home
last modified time | relevance | path

Searched defs:rkey (Results 1 – 25 of 65) sorted by relevance

123

/openbmc/linux/drivers/infiniband/core/
H A Drw.c126 u64 remote_addr, u32 rkey, enum dma_data_direction dir) in rdma_rw_init_mr_wrs()
197 u64 remote_addr, u32 rkey, enum dma_data_direction dir) in rdma_rw_init_map_wrs()
252 struct scatterlist *sg, u32 offset, u64 remote_addr, u32 rkey, in rdma_rw_init_single_wr()
294 u64 remote_addr, u32 rkey, enum dma_data_direction dir) in rdma_rw_ctx_init()
368 u64 remote_addr, u32 rkey, enum dma_data_direction dir) in rdma_rw_ctx_signature_init()
/openbmc/linux/arch/x86/crypto/
H A Daria_aesni_avx2_glue.c48 static int ecb_do_encrypt(struct skcipher_request *req, const u32 *rkey) in ecb_do_encrypt()
57 static int ecb_do_decrypt(struct skcipher_request *req, const u32 *rkey) in ecb_do_decrypt()
H A Daria_gfni_avx512_glue.c33 static int ecb_do_encrypt(struct skcipher_request *req, const u32 *rkey) in ecb_do_encrypt()
43 static int ecb_do_decrypt(struct skcipher_request *req, const u32 *rkey) in ecb_do_decrypt()
H A Daria_aesni_avx_glue.c48 static int ecb_do_encrypt(struct skcipher_request *req, const u32 *rkey) in ecb_do_encrypt()
56 static int ecb_do_decrypt(struct skcipher_request *req, const u32 *rkey) in ecb_do_decrypt()
H A Dsm4_aesni_avx_glue.c41 static int ecb_do_crypt(struct skcipher_request *req, const u32 *rkey) in ecb_do_crypt()
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_mw.c258 int rxe_invalidate_mw(struct rxe_qp *qp, u32 rkey) in rxe_invalidate_mw()
290 struct rxe_mw *rxe_lookup_mw(struct rxe_qp *qp, int access, u32 rkey) in rxe_lookup_mw()
H A Drxe_hdr.h528 __be32 rkey; member
553 static inline void __reth_set_rkey(void *arg, u32 rkey) in __reth_set_rkey()
592 static inline void reth_set_rkey(struct rxe_pkt_info *pkt, u32 rkey) in reth_set_rkey()
661 __be32 rkey; member
687 static inline void __atmeth_set_rkey(void *arg, u32 rkey) in __atmeth_set_rkey()
740 static inline void atmeth_set_rkey(struct rxe_pkt_info *pkt, u32 rkey) in atmeth_set_rkey()
919 __be32 rkey; member
929 static inline void __ieth_set_rkey(void *arg, u32 rkey) in __ieth_set_rkey()
942 static inline void ieth_set_rkey(struct rxe_pkt_info *pkt, u32 rkey) in ieth_set_rkey()
H A Drxe_resp.c446 u32 rkey; in check_rkey() local
839 static struct rxe_mr *rxe_recheck_mr(struct rxe_qp *qp, u32 rkey) in rxe_recheck_mr()
982 static int invalidate_rkey(struct rxe_qp *qp, u32 rkey) in invalidate_rkey()
1038 u32 rkey = ieth_rkey(pkt); in execute() local
H A Drxe_verbs.h150 u32 rkey; member
183 u32 rkey; member
293 static inline int rkey_is_mw(u32 rkey) in rkey_is_mw()
307 u32 rkey; member
340 u32 rkey; member
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_rc.c1608 u32 rkey = be32_to_cpu(reth->rkey); in qib_rc_rcv_error() local
1906 u32 rkey = be32_to_cpu(reth->rkey); in qib_rc_rcv() local
1964 u32 rkey = be32_to_cpu(reth->rkey); in qib_rc_rcv() local
2013 u32 rkey; in qib_rc_rcv() local
H A Dqib_uc.c421 u32 rkey = be32_to_cpu(reth->rkey); in qib_uc_rcv() local
/openbmc/linux/net/dns_resolver/
H A Ddns_query.c79 struct key *rkey; in dns_query() local
/openbmc/linux/include/uapi/rdma/
H A Drdma_user_rxe.h88 __u32 rkey; member
94 __u32 rkey; member
101 __u32 rkey; member
118 __u32 rkey; member
H A Dvmw_pvrdma-abi.h251 __u32 rkey; member
258 __u32 rkey; member
264 __u32 rkey; member
277 __u32 rkey; member
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Drc.c2594 u32 rkey = be32_to_cpu(reth->rkey); in rc_rcv_error() local
2783 u32 rkey; in hfi1_rc_rcv() local
2982 u32 rkey = be32_to_cpu(reth->rkey); in hfi1_rc_rcv() local
3037 u32 rkey = be32_to_cpu(reth->rkey); in hfi1_rc_rcv() local
3092 u32 rkey; in hfi1_rc_rcv() local
H A Duc.c449 u32 rkey = be32_to_cpu(reth->rkey); in hfi1_uc_rcv() local
/openbmc/linux/drivers/infiniband/ulp/iser/
H A Diser_initiator.c576 static inline int iser_inv_desc(struct iser_fr_desc *desc, u32 rkey) in iser_inv_desc()
597 u32 rkey = wc->ex.invalidate_rkey; in iser_check_remote_inv() local
/openbmc/linux/drivers/infiniband/sw/rdmavt/
H A Dmr.c647 int rvt_invalidate_rkey(struct rvt_qp *qp, u32 rkey) in rvt_invalidate_rkey()
827 u32 len, u64 vaddr, u32 rkey, int acc) in rvt_rkey_ok()
/openbmc/linux/fs/reiserfs/
H A Ddir.c69 const struct reiserfs_key *rkey; in reiserfs_readdir_inode() local
/openbmc/linux/include/rdma/
H A Dib_hdrs.h50 __be32 rkey; member
56 __be32 rkey; member
/openbmc/linux/arch/arm64/crypto/
H A Dsm4-neon-glue.c38 static int sm4_ecb_do_crypt(struct skcipher_request *req, const u32 *rkey) in sm4_ecb_do_crypt()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_send.c31 u32 rkey; member
401 u32 rkey, in dr_rdma_handle_icm_write_segments()
438 u32 rkey, struct dr_data_seg *data_seg, in dr_rdma_segments()
/openbmc/linux/fs/nfs/
H A Dnfs4idmap.c283 struct key *rkey = ERR_PTR(-EAGAIN); in nfs_idmap_request_key() local
310 struct key *rkey; in nfs_idmap_get_key() local
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_wqe.h92 __be32 rkey; member
/openbmc/linux/net/smc/
H A Dsmc_core.c2553 u32 rkey) in smc_rtoken_find_by_link()
2583 u32 rkey = ntohl(nw_rkey); in smc_rtoken_set2() local
2604 u32 rkey = ntohl(nw_rkey); in smc_rtoken_add() local
2627 u32 rkey = ntohl(nw_rkey); in smc_rtoken_delete() local

123