Searched refs:nw_vaddr (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/smc/ |
H A D | smc_core.h | 563 int smc_rtoken_add(struct smc_link *lnk, __be64 nw_vaddr, __be32 nw_rkey); 566 __be32 nw_rkey_known, __be64 nw_vaddr, __be32 nw_rkey); 568 __be64 nw_vaddr, __be32 nw_rkey);
|
H A D | smc_core.c | 2567 __be32 nw_rkey_known, __be64 nw_vaddr, __be32 nw_rkey) in smc_rtoken_set() argument 2575 lgr->rtokens[rtok_idx][link_idx_new].dma_addr = be64_to_cpu(nw_vaddr); in smc_rtoken_set() 2580 __be64 nw_vaddr, __be32 nw_rkey) in smc_rtoken_set2() argument 2582 u64 dma_addr = be64_to_cpu(nw_vaddr); in smc_rtoken_set2() 2600 int smc_rtoken_add(struct smc_link *lnk, __be64 nw_vaddr, __be32 nw_rkey) in smc_rtoken_add() argument 2603 u64 dma_addr = be64_to_cpu(nw_vaddr); in smc_rtoken_add()
|