Searched refs:NFP_CPP_ID (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp_mutex.c | 119 const u32 muw = NFP_CPP_ID(target, 4, 0); /* atomic_write */ in nfp_cpp_mutex_init() 156 const u32 mur = NFP_CPP_ID(target, 3, 0); /* atomic_read */ in nfp_cpp_mutex_alloc() 249 const u32 muw = NFP_CPP_ID(mutex->target, 4, 0); /* atomic_write */ in nfp_cpp_mutex_unlock() 250 const u32 mur = NFP_CPP_ID(mutex->target, 3, 0); /* atomic_read */ in nfp_cpp_mutex_unlock() 294 const u32 muw = NFP_CPP_ID(mutex->target, 4, 0); /* atomic_write */ in nfp_cpp_mutex_trylock() 295 const u32 mus = NFP_CPP_ID(mutex->target, 5, 3); /* test_set_imm */ in nfp_cpp_mutex_trylock() 296 const u32 mur = NFP_CPP_ID(mutex->target, 3, 0); /* atomic_read */ in nfp_cpp_mutex_trylock() 374 const u32 mur = NFP_CPP_ID(target, 3, 0); /* atomic_read */ in nfp_cpp_mutex_reclaim() 375 const u32 muw = NFP_CPP_ID(target, 4, 0); /* atomic_write */ in nfp_cpp_mutex_reclaim()
|
D | nfp_target.c | 56 case NFP_CPP_ID(0, (_action), (_token)): \ 61 switch (cpp_id & NFP_CPP_ID(0, ~0, ~0)) { in target_rw() 72 switch (cpp_id & NFP_CPP_ID(0, ~0, ~0)) { in nfp6000_nbi_dma() 83 switch (cpp_id & NFP_CPP_ID(0, ~0, ~0)) { in nfp6000_nbi_stats() 94 switch (cpp_id & NFP_CPP_ID(0, ~0, ~0)) { in nfp6000_nbi_tm() 105 switch (cpp_id & NFP_CPP_ID(0, ~0, ~0)) { in nfp6000_nbi_ppc() 132 switch (cpp_id & NFP_CPP_ID(0, ~0, ~0)) { in nfp6000_mu_common() 182 switch (cpp_id & NFP_CPP_ID(0, ~0, ~0)) { in nfp6000_mu_ctm() 199 switch (cpp_id & NFP_CPP_ID(0, ~0, ~0)) { in nfp6000_mu_emu() 243 switch (cpp_id & NFP_CPP_ID(0, ~0, ~0)) { in nfp6000_ila() [all …]
|
D | nfp_cpplib.c | 153 const u32 arm_id = NFP_CPP_ID(NFP_CPP_TARGET_ARM, 0, 0); in nfp_cpp_model_autodetect() 207 cpp_id = NFP_CPP_ID(NFP_CPP_ID_TARGET_of(cpp_id), 0, in nfp_cpp_explicit_read() 260 cpp_id = NFP_CPP_ID(NFP_CPP_ID_TARGET_of(cpp_id), 1, in nfp_cpp_explicit_write()
|
D | nfp_resource.c | 105 cpp_id = NFP_CPP_ID(NFP_RESOURCE_TBL_TARGET, 3, 0); /* Atomic read */ in nfp_cpp_resource_find() 129 res->cpp_id = NFP_CPP_ID(entry.region.cpp_target, in nfp_cpp_resource_find()
|
D | nfp_cppcore.c | 800 area = nfp_cpp_area_alloc(cpp, NFP_CPP_ID(7, NFP_CPP_ACTION_RW, 0), in nfp_cpp_area_cache_add() 1058 xpb = NFP_CPP_ID(14, NFP_CPP_ACTION_RW, 0); in nfp_xpb_to_cpp() 1164 const u32 arm = NFP_CPP_ID(NFP_CPP_TARGET_ARM, NFP_CPP_ACTION_RW, 0); in nfp_cpp_from_operations()
|
D | nfp_rtsym.c | 125 const u32 dram = NFP_CPP_ID(NFP_CPP_TARGET_MU, NFP_CPP_ACTION_RW, 0) | in __nfp_rtsym_table_read()
|
D | nfp_cpp.h | 108 #define NFP_CPP_ID(target, action, token) \ macro
|
D | nfp6000_pcie.c | 764 pp = nfp_target_pushpull(NFP_CPP_ID(target, action, token), address); in nfp6000_area_init() 957 NFP_CPP_ID(priv->target, in nfp6000_area_read() 1020 NFP_CPP_ID(priv->target, in nfp6000_area_write()
|