Home
last modified time | relevance | path

Searched refs:tgt (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_cpp_pcie_ops.c131 uint64_t *bar_base, int tgt, int act, int tok, in nfp_compute_bar() argument
138 if (tgt >= 16) in nfp_compute_bar()
168 newcfg |= NFP_PCIE_BAR_PCIE2CPP_TARGET_BASEADDRESS(tgt); in nfp_compute_bar()
186 printf("\t%d:%d:%d:0x%#llx-0x%#llx>\n", tgt, act, tok, in nfp_compute_bar()
200 newcfg |= NFP_PCIE_BAR_PCIE2CPP_TARGET_BASEADDRESS(tgt); in nfp_compute_bar()
208 printf("\ttarget=%d, token=%d\n", tgt, tok); in nfp_compute_bar()
221 bar->index, tgt, tok, (unsigned long long)offset, in nfp_compute_bar()
229 printf("BAR%d: Too small for %d:%d:%d\n", bar->index, tgt, tok, in nfp_compute_bar()
271 nfp_reconfigure_bar(struct nfp_pcie_user *nfp, struct nfp_bar *bar, int tgt, in nfp_reconfigure_bar() argument
278 err = nfp_compute_bar(bar, &newcfg, &newbase, tgt, act, tok, offset, in nfp_reconfigure_bar()
H A Dnfp_cppcore.c577 size_t tgt; in nfp_cpp_alloc() local
579 for (tgt = 0; tgt < ARRAY_SIZE(cpp->imb_cat_table); tgt++) { in nfp_cpp_alloc()
581 xpbaddr = 0x000a0000 + (tgt * 4); in nfp_cpp_alloc()
583 (uint32_t *)&cpp->imb_cat_table[tgt]); in nfp_cpp_alloc()