Searched refs:NFP_CPP_ID (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp_mutex.c | 89 const u32 muw = NFP_CPP_ID(target, 4, 0); /* atomic_write */ in nfp_cpp_mutex_init() 126 const u32 mur = NFP_CPP_ID(target, 3, 0); /* atomic_read */ in nfp_cpp_mutex_alloc() 219 const u32 muw = NFP_CPP_ID(mutex->target, 4, 0); /* atomic_write */ in nfp_cpp_mutex_unlock() 220 const u32 mur = NFP_CPP_ID(mutex->target, 3, 0); /* atomic_read */ in nfp_cpp_mutex_unlock() 264 const u32 muw = NFP_CPP_ID(mutex->target, 4, 0); /* atomic_write */ in nfp_cpp_mutex_trylock() 265 const u32 mus = NFP_CPP_ID(mutex->target, 5, 3); /* test_set_imm */ in nfp_cpp_mutex_trylock() 266 const u32 mur = NFP_CPP_ID(mutex->target, 3, 0); /* atomic_read */ in nfp_cpp_mutex_trylock() 344 const u32 mur = NFP_CPP_ID(target, 3, 0); /* atomic_read */ in nfp_cpp_mutex_reclaim() 345 const u32 muw = NFP_CPP_ID(target, 4, 0); /* atomic_write */ in nfp_cpp_mutex_reclaim()
|
D | nfp_target.c | 30 case NFP_CPP_ID(0, (_action), (_token)): \ 35 switch (cpp_id & NFP_CPP_ID(0, ~0, ~0)) { in target_rw() 46 switch (cpp_id & NFP_CPP_ID(0, ~0, ~0)) { in nfp6000_nbi_dma() 57 switch (cpp_id & NFP_CPP_ID(0, ~0, ~0)) { in nfp6000_nbi_stats() 68 switch (cpp_id & NFP_CPP_ID(0, ~0, ~0)) { in nfp6000_nbi_tm() 79 switch (cpp_id & NFP_CPP_ID(0, ~0, ~0)) { in nfp6000_nbi_ppc() 106 switch (cpp_id & NFP_CPP_ID(0, ~0, ~0)) { in nfp6000_mu_common() 156 switch (cpp_id & NFP_CPP_ID(0, ~0, ~0)) { in nfp6000_mu_ctm() 173 switch (cpp_id & NFP_CPP_ID(0, ~0, ~0)) { in nfp6000_mu_emu() 217 switch (cpp_id & NFP_CPP_ID(0, ~0, ~0)) { in nfp6000_ila() [all …]
|
D | nfp_cpplib.c | 173 cpp_id = NFP_CPP_ID(NFP_CPP_ID_TARGET_of(cpp_id), 0, in nfp_cpp_explicit_read() 226 cpp_id = NFP_CPP_ID(NFP_CPP_ID_TARGET_of(cpp_id), 1, in nfp_cpp_explicit_write()
|
D | nfp_resource.c | 75 cpp_id = NFP_CPP_ID(NFP_RESOURCE_TBL_TARGET, 3, 0); /* Atomic read */ in nfp_cpp_resource_find() 99 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_cpp.h | 85 #define NFP_CPP_ID(target, action, token) \ macro
|
D | nfp6000_pcie.c | 760 pp = nfp_target_pushpull(NFP_CPP_ID(target, action, token), address); in nfp6000_area_init() 953 NFP_CPP_ID(priv->target, in nfp6000_area_read() 1016 NFP_CPP_ID(priv->target, in nfp6000_area_write()
|
D | nfp_rtsym.c | 97 const u32 dram = NFP_CPP_ID(NFP_CPP_TARGET_MU, NFP_CPP_ACTION_RW, 0) | in __nfp_rtsym_table_read()
|