Lines Matching refs:sym
238 const struct nfp_rtsym *sym; in nfp_calc_rtsym_dump_sz() local
247 sym = nfp_rtsym_lookup(rtbl, spec_rtsym->rtsym); in nfp_calc_rtsym_dump_sz()
248 if (!sym) in nfp_calc_rtsym_dump_sz()
252 ALIGN8(nfp_rtsym_size(sym)); in nfp_calc_rtsym_dump_sz()
615 const struct nfp_rtsym *sym; in nfp_dump_single_rtsym() local
626 sym = nfp_rtsym_lookup(rtbl, spec->rtsym); in nfp_dump_single_rtsym()
627 if (!sym) in nfp_dump_single_rtsym()
630 sym_size = nfp_rtsym_size(sym); in nfp_dump_single_rtsym()
645 if (sym->type != NFP_RTSYM_TYPE_ABS) { in nfp_dump_single_rtsym()
646 cpp_params.target = sym->target; in nfp_dump_single_rtsym()
649 cpp_params.island = sym->domain; in nfp_dump_single_rtsym()
651 dump_header->cpp.offset = cpu_to_be32(sym->addr); in nfp_dump_single_rtsym()
654 bytes_read = nfp_rtsym_read(pf->cpp, sym, 0, dest, sym_size); in nfp_dump_single_rtsym()