Home
last modified time | relevance | path

Searched defs:expl (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_cppcore.c1288 #define NFP_EXPL_OP(func, expl, args...) \ argument
1298 #define NFP_EXPL_OP_NR(func, expl, args...) \ argument
1318 struct nfp_cpp_explicit *expl; in nfp_cpp_explicit_acquire() local
1344 int nfp_cpp_explicit_set_target(struct nfp_cpp_explicit *expl, in nfp_cpp_explicit_set_target()
1362 int nfp_cpp_explicit_set_data(struct nfp_cpp_explicit *expl, in nfp_cpp_explicit_set_data()
1379 int nfp_cpp_explicit_set_signal(struct nfp_cpp_explicit *expl, in nfp_cpp_explicit_set_signal()
1399 int nfp_cpp_explicit_set_posted(struct nfp_cpp_explicit *expl, int posted, in nfp_cpp_explicit_set_posted()
1427 int nfp_cpp_explicit_put(struct nfp_cpp_explicit *expl, in nfp_cpp_explicit_put()
1443 int nfp_cpp_explicit_do(struct nfp_cpp_explicit *expl, u64 address) in nfp_cpp_explicit_do()
1464 int nfp_cpp_explicit_get(struct nfp_cpp_explicit *expl, void *buff, size_t len) in nfp_cpp_explicit_get()
[all …]
Dnfp_cpplib.c156 struct nfp_cpp_explicit *expl; in nfp_cpp_explicit_read() local
209 struct nfp_cpp_explicit *expl; in nfp_cpp_explicit_write() local
Dnfp6000_pcie.c159 void __iomem *expl[4]; member
173 } expl; member
1064 static int nfp6000_explicit_acquire(struct nfp_cpp_explicit *expl) in nfp6000_explicit_acquire()
1102 static void nfp6000_explicit_release(struct nfp_cpp_explicit *expl) in nfp6000_explicit_release()
1112 static int nfp6000_explicit_put(struct nfp_cpp_explicit *expl, in nfp6000_explicit_put()
1126 nfp6000_explicit_do(struct nfp_cpp_explicit *expl, in nfp6000_explicit_do()
1219 static int nfp6000_explicit_get(struct nfp_cpp_explicit *expl, in nfp6000_explicit_get()