Home
last modified time | relevance | path

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

/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_target.c56 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 …]
Dnfp_mutex.c114 const u32 muw = NFP_CPP_ID(target, 4, 0); /* atomic_write */ in nfp_cpp_mutex_init()
151 const u32 mur = NFP_CPP_ID(target, 3, 0); /* atomic_read */ in nfp_cpp_mutex_alloc()
241 const u32 muw = NFP_CPP_ID(mutex->target, 4, 0); /* atomic_write */ in nfp_cpp_mutex_unlock()
242 const u32 mur = NFP_CPP_ID(mutex->target, 3, 0); /* atomic_read */ in nfp_cpp_mutex_unlock()
286 const u32 muw = NFP_CPP_ID(mutex->target, 4, 0); /* atomic_write */ in nfp_cpp_mutex_trylock()
287 const u32 mus = NFP_CPP_ID(mutex->target, 5, 3); /* test_set_imm */ in nfp_cpp_mutex_trylock()
288 const u32 mur = NFP_CPP_ID(mutex->target, 3, 0); /* atomic_read */ in nfp_cpp_mutex_trylock()
Dnfp_cpplib.c143 const u32 arm_id = NFP_CPP_ID(NFP_CPP_TARGET_ARM, 0, 0); in nfp_cpp_model_autodetect()
197 cpp_id = NFP_CPP_ID(NFP_CPP_ID_TARGET_of(cpp_id), 0, in nfp_cpp_explicit_read()
250 cpp_id = NFP_CPP_ID(NFP_CPP_ID_TARGET_of(cpp_id), 1, in nfp_cpp_explicit_write()
Dnfp_resource.c105 cpp_id = NFP_CPP_ID(NFP_RESOURCE_TBL_TARGET, 3, 0); /* Atomic read */ in nfp_cpp_resource_find()
131 res->cpp_id = NFP_CPP_ID(entry.region.cpp_target, in nfp_cpp_resource_find()
Dnfp_cppcore.c784 area = nfp_cpp_area_alloc(cpp, NFP_CPP_ID(7, NFP_CPP_ACTION_RW, 0), in nfp_cpp_area_cache_add()
1042 xpb = NFP_CPP_ID(14, NFP_CPP_ACTION_RW, 0); in nfp_xpb_to_cpp()
1148 const u32 arm = NFP_CPP_ID(NFP_CPP_TARGET_ARM, NFP_CPP_ACTION_RW, 0); in nfp_cpp_from_operations()
Dnfp_rtsym.c125 const u32 dram = NFP_CPP_ID(NFP_CPP_TARGET_MU, NFP_CPP_ACTION_RW, 0) | in __nfp_rtsym_table_read()
Dnfp6000_pcie.c764 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()
1019 NFP_CPP_ID(priv->target, in nfp6000_area_write()
Dnfp_cpp.h103 #define NFP_CPP_ID(target, action, token) \ macro