Searched refs:nw_vaddr (Results 1 – 2 of 2) sorted by relevance
| /linux/net/smc/ |
| H A D | smc_core.h | 588 int smc_rtoken_add(struct smc_link *lnk, __be64 nw_vaddr, __be32 nw_rkey); 591 __be32 nw_rkey_known, __be64 nw_vaddr, __be32 nw_rkey); 593 __be64 nw_vaddr, __be32 nw_rkey);
|
| H A D | smc_core.c | 2634 __be32 nw_rkey_known, __be64 nw_vaddr, __be32 nw_rkey) in smc_rtoken_set() argument 2642 lgr->rtokens[rtok_idx][link_idx_new].dma_addr = be64_to_cpu(nw_vaddr); in smc_rtoken_set() 2647 __be64 nw_vaddr, __be32 nw_rkey) in smc_rtoken_set2() argument 2649 u64 dma_addr = be64_to_cpu(nw_vaddr); in smc_rtoken_set2() 2667 int smc_rtoken_add(struct smc_link *lnk, __be64 nw_vaddr, __be32 nw_rkey) in smc_rtoken_add() argument 2670 u64 dma_addr = be64_to_cpu(nw_vaddr); in smc_rtoken_add()
|