Searched refs:nw_rkey (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/smc/
H A Dsmc_core.h563 int smc_rtoken_add(struct smc_link *lnk, __be64 nw_vaddr, __be32 nw_rkey);
564 int smc_rtoken_delete(struct smc_link *lnk, __be32 nw_rkey);
566 __be32 nw_rkey_known, __be64 nw_vaddr, __be32 nw_rkey);
568 __be64 nw_vaddr, __be32 nw_rkey);
H A Dsmc_core.c2508 __be32 nw_rkey_known, __be64 nw_vaddr, __be32 nw_rkey)
2515 lgr->rtokens[rtok_idx][link_idx_new].rkey = ntohl(nw_rkey);
2521 __be64 nw_vaddr, __be32 nw_rkey)
2524 u32 rkey = ntohl(nw_rkey);
2541 int smc_rtoken_add(struct smc_link *lnk, __be64 nw_vaddr, __be32 nw_rkey) argument
2545 u32 rkey = ntohl(nw_rkey);
2565 int smc_rtoken_delete(struct smc_link *lnk, __be32 nw_rkey) argument
2568 u32 rkey = ntohl(nw_rkey);
2507 smc_rtoken_set(struct smc_link_group *lgr, int link_idx, int link_idx_new, __be32 nw_rkey_known, __be64 nw_vaddr, __be32 nw_rkey) argument
2520 smc_rtoken_set2(struct smc_link_group *lgr, int rtok_idx, int link_id, __be64 nw_vaddr, __be32 nw_rkey) argument

Completed in 109 milliseconds