Home
last modified time | relevance | path

Searched refs:expl (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_cpplib.c190 struct nfp_cpp_explicit *expl; in nfp_cpp_explicit_read() local
198 expl = nfp_cpp_explicit_acquire(cpp); in nfp_cpp_explicit_read()
199 if (!expl) in nfp_cpp_explicit_read()
212 nfp_cpp_explicit_set_target(expl, cpp_id, in nfp_cpp_explicit_read()
214 nfp_cpp_explicit_set_posted(expl, 1, 0, NFP_SIGNAL_PUSH, in nfp_cpp_explicit_read()
220 nfp_cpp_explicit_set_target(expl, cpp_id, in nfp_cpp_explicit_read()
225 err = nfp_cpp_explicit_do(expl, addr); in nfp_cpp_explicit_read()
229 err = nfp_cpp_explicit_get(expl, tmp, incr); in nfp_cpp_explicit_read()
235 nfp_cpp_explicit_release(expl); in nfp_cpp_explicit_read()
243 struct nfp_cpp_explicit *expl; in nfp_cpp_explicit_write() local
[all …]
Dnfp_cppcore.c1279 #define NFP_EXPL_OP(func, expl, args...) \ argument
1281 struct nfp_cpp *cpp = nfp_cpp_explicit_cpp(expl); \
1285 err = cpp->op->func(expl, ##args); \
1289 #define NFP_EXPL_OP_NR(func, expl, args...) \ argument
1291 struct nfp_cpp *cpp = nfp_cpp_explicit_cpp(expl); \
1294 cpp->op->func(expl, ##args); \
1309 struct nfp_cpp_explicit *expl; in nfp_cpp_explicit_acquire() local
1312 expl = kzalloc(sizeof(*expl) + cpp->op->explicit_priv_size, GFP_KERNEL); in nfp_cpp_explicit_acquire()
1313 if (!expl) in nfp_cpp_explicit_acquire()
1316 expl->cpp = cpp; in nfp_cpp_explicit_acquire()
[all …]
Dnfp_cpp.h385 int (*explicit_acquire)(struct nfp_cpp_explicit *expl);
386 void (*explicit_release)(struct nfp_cpp_explicit *expl);
387 int (*explicit_put)(struct nfp_cpp_explicit *expl,
389 int (*explicit_get)(struct nfp_cpp_explicit *expl,
391 int (*explicit_do)(struct nfp_cpp_explicit *expl,
427 int nfp_cpp_explicit_set_target(struct nfp_cpp_explicit *expl, u32 cpp_id,
429 int nfp_cpp_explicit_set_data(struct nfp_cpp_explicit *expl,
431 int nfp_cpp_explicit_set_signal(struct nfp_cpp_explicit *expl,
433 int nfp_cpp_explicit_set_posted(struct nfp_cpp_explicit *expl, int posted,
438 int nfp_cpp_explicit_put(struct nfp_cpp_explicit *expl,
[all …]
Dnfp6000_pcie.c188 void __iomem *expl[4]; member
202 } expl; member
634 mutex_init(&nfp->expl.mutex); in enable_bars()
636 nfp->expl.master_id = ((NFP_CPP_INTERFACE_UNIT_of(interface) & 3) + 4) in enable_bars()
638 nfp->expl.signal_ref = 0x10; in enable_bars()
652 nfp->expl.data = bar->iomem + NFP_PCIE_SRAM + 0x1000; in enable_bars()
684 nfp->expl.group[i].bitsize = 0; in enable_bars()
697 nfp->expl.group[i].bitsize = bar->bitsize; in enable_bars()
698 nfp->expl.group[i].addr = bar->iomem; in enable_bars()
702 nfp->expl.group[i].free[j] = true; in enable_bars()
[all …]
/Linux-v4.19/tools/include/uapi/sound/
Dasound.h1035 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_… argument
/Linux-v4.19/include/uapi/sound/
Dasound.h1035 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_… argument