Searched refs:cpp_tgt (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp_target.c | 343 static int nfp_decode_basic(u64 addr, int *dest_island, int cpp_tgt, in nfp_decode_basic() argument 349 if (cpp_tgt == NFP_CPP_TARGET_MU || cpp_tgt == NFP_CPP_TARGET_CT_XPB) in nfp_decode_basic() 431 static int nfp_encode_basic_qdr(u64 addr, int dest_island, int cpp_tgt, in nfp_encode_basic_qdr() argument 437 ret = nfp_decode_basic(addr, &v, cpp_tgt, mode, addr40, isld1, isld0); in nfp_encode_basic_qdr() 475 static int nfp_encode_basic(u64 *addr, int dest_island, int cpp_tgt, in nfp_encode_basic() argument 486 if (cpp_tgt == NFP_CPP_TARGET_MU || cpp_tgt == NFP_CPP_TARGET_CT_XPB) in nfp_encode_basic() 491 if (cpp_tgt == NFP_CPP_TARGET_QDR && !addr40) in nfp_encode_basic() 496 return nfp_encode_basic_qdr(*addr, cpp_tgt, dest_island, in nfp_encode_basic() 506 if (cpp_tgt == NFP_CPP_TARGET_QDR && !addr40) in nfp_encode_basic() 507 return nfp_encode_basic_qdr(*addr, cpp_tgt, dest_island, in nfp_encode_basic() [all …]
|