Home
last modified time | relevance | path

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

/dpdk/drivers/event/sw/
H A Dsw_evdev_xstats.c269 #define sname sw->xstats[stat].name.name in sw_xstats_init() macro
277 snprintf(sname, sizeof(sname), "dev_%s", dev_stats[i]); in sw_xstats_init()
294 snprintf(sname, sizeof(sname), "port_%u_%s", in sw_xstats_init()
310 snprintf(sname, sizeof(sname), in sw_xstats_init()
336 snprintf(sname, sizeof(sname), "qid_%u_%s", in sw_xstats_init()
349 snprintf(sname, sizeof(sname), in sw_xstats_init()
366 snprintf(sname, sizeof(sname), in sw_xstats_init()
377 #undef sname in sw_xstats_init()
/dpdk/app/test-pmd/
H A Dbpf_cmd.c97 const char *fname, *sname; in cmd_operate_bpf_ld_parsed() local
106 sname = ".text"; in cmd_operate_bpf_ld_parsed()
110 fname, sname, flags); in cmd_operate_bpf_ld_parsed()
114 fname, sname, flags); in cmd_operate_bpf_ld_parsed()
/dpdk/lib/bpf/
H A Dbpf_stub.c15 const char *sname) in rte_bpf_elf_load() argument
17 if (prm == NULL || fname == NULL || sname == NULL) { in rte_bpf_elf_load()
H A Drte_bpf_ethdev.h84 const struct rte_bpf_prm *prm, const char *fname, const char *sname,
109 const struct rte_bpf_prm *prm, const char *fname, const char *sname,
H A Dbpf_load_elf.c299 const char *sname) in rte_bpf_elf_load() argument
304 if (prm == NULL || fname == NULL || sname == NULL) { in rte_bpf_elf_load()
318 bpf = bpf_load_elf(prm, fd, sname); in rte_bpf_elf_load()
325 __func__, fname, sname, rte_errno); in rte_bpf_elf_load()
331 __func__, fname, sname, bpf, bpf->jit.func, bpf->jit.sz); in rte_bpf_elf_load()
H A Dbpf_pkt.c492 const struct rte_bpf_prm *prm, const char *fname, const char *sname, in bpf_eth_elf_load() argument
520 bpf = rte_bpf_elf_load(prm, fname, sname); in bpf_eth_elf_load()
562 const struct rte_bpf_prm *prm, const char *fname, const char *sname, in rte_bpf_eth_rx_elf_load() argument
570 rc = bpf_eth_elf_load(cbh, port, queue, prm, fname, sname, flags); in rte_bpf_eth_rx_elf_load()
578 const struct rte_bpf_prm *prm, const char *fname, const char *sname, in rte_bpf_eth_tx_elf_load() argument
586 rc = bpf_eth_elf_load(cbh, port, queue, prm, fname, sname, flags); in rte_bpf_eth_tx_elf_load()
H A Drte_bpf.h155 const char *sname);
/dpdk/drivers/event/dlb2/
H A Ddlb2_xstats.c595 #define sname dlb2->xstats[stat_id].name.name in dlb2_xstats_init() macro
603 snprintf(sname, sizeof(sname), "dev_%s", dev_stats[i]); in dlb2_xstats_init()
620 snprintf(sname, sizeof(sname), "port_%u_%s", in dlb2_xstats_init()
642 snprintf(sname, sizeof(sname), "qid_%u_%s", in dlb2_xstats_init()
651 #undef sname in dlb2_xstats_init()