Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/netronome/nfp/
Dnfp_net_debugdump.c354 nfp_dump_error_tlv(struct nfp_dump_tl *spec, int error, in nfp_dump_error_tlv() function
428 return nfp_dump_error_tlv(spec, -EINVAL, dump); in nfp_dump_hwinfo_field()
433 return nfp_dump_error_tlv(spec, -ENOENT, dump); in nfp_dump_hwinfo_field()
468 return nfp_dump_error_tlv(spec_csr_tl, -EINVAL, dump); in nfp_dump_csr_range()
572 return nfp_dump_error_tlv(spec_csr_tl, -EINVAL, dump); in nfp_dump_indirect_csr_range()
624 return nfp_dump_error_tlv(spec_tl, -EINVAL, dump); in nfp_dump_single_rtsym()
628 return nfp_dump_error_tlv(spec_tl, -ENOENT, dump); in nfp_dump_single_rtsym()
709 err = nfp_dump_error_tlv(tl, -EOPNOTSUPP, dump); in nfp_dump_for_tlv()