Home
last modified time | relevance | path

Searched refs:prog (Results 1 – 10 of 10) sorted by relevance

/dpdk/drivers/raw/ifpga/base/
H A Difpga_sec_mgr.c25 return rsu_prog[prog]; in rsu_progress_name()
98 uint32_t prog = 0; in n3000_secure_update_start() local
111 if ((prog != SEC_PROGRESS_IDLE) && (prog != SEC_PROGRESS_RSU_DONE)) { in n3000_secure_update_start()
113 rsu_progress_name(prog)); in n3000_secure_update_start()
157 uint32_t prog = 0; in n3000_cancel() local
173 if (prog == SEC_PROGRESS_IDLE) in n3000_cancel()
248 uint32_t prog = 0; in n3000_write_blk() local
288 uint32_t prog = 0; in n3000_write_done() local
356 uint32_t prog = 0; in n3000_check_complete() local
384 switch (prog) { in n3000_check_complete()
[all …]
H A Difpga_fme_rsu.c99 uint32_t prog = 0; in write_flash_image() local
173 prog = offset / one_percent; in write_flash_image()
174 if (prog != old_prog) { in write_flash_image()
175 printf("\r%d%%", prog); in write_flash_image()
178 old_prog = prog; in write_flash_image()
194 uint32_t prog = 0; in apply_flash_update() local
225 if (prog >= 100) in apply_flash_update()
226 prog = 99; in apply_flash_update()
227 if (prog != old_prog) { in apply_flash_update()
228 printf("\r%d%%", prog); in apply_flash_update()
[all …]
/dpdk/drivers/net/af_xdp/
H A Dcompat.h66 struct bpf_program *prog; in load_program() local
78 prog = bpf_object__next_program(*obj, NULL); in load_program()
79 if (!prog) in load_program()
82 return bpf_program__fd(prog); in load_program()
/dpdk/lib/bpf/
H A Dbpf_convert.c241 static int bpf_convert_filter(const struct bpf_insn *prog, size_t len, in bpf_convert_filter() argument
266 fp = prog; in bpf_convert_filter()
524 rte_bpf_convert(const struct bpf_program *prog) in rte_bpf_convert() argument
531 if (prog == NULL) { in rte_bpf_convert()
538 ret = bpf_convert_filter(prog->bf_insns, prog->bf_len, NULL, &ebpf_len); in rte_bpf_convert()
546 __func__, prog->bf_len, ebpf_len); in rte_bpf_convert()
559 ret = bpf_convert_filter(prog->bf_insns, prog->bf_len, ebpf, &ebpf_len); in rte_bpf_convert()
H A Dbpf_stub.c32 rte_bpf_convert(const struct bpf_program *prog) in rte_bpf_convert() argument
34 if (prog == NULL) { in rte_bpf_convert()
H A Drte_bpf.h233 rte_bpf_convert(const struct bpf_program *prog);
/dpdk/drivers/raw/ifpga/
H A Drte_pmd_ifpga.c104 rte_pmd_ifpga_get_rsu_status(uint16_t dev_id, uint32_t *stat, uint32_t *prog) in rte_pmd_ifpga_get_rsu_status() argument
119 if (prog) in rte_pmd_ifpga_get_rsu_status()
120 *prog = IFPGA_RSU_GET_PROG(sd->rsu_stat); in rte_pmd_ifpga_get_rsu_status()
126 rte_pmd_ifpga_set_rsu_status(uint16_t dev_id, uint32_t stat, uint32_t prog) in rte_pmd_ifpga_set_rsu_status() argument
139 sd->rsu_stat = IFPGA_RSU_STATUS(stat, prog); in rte_pmd_ifpga_set_rsu_status()
H A Drte_pmd_ifpga.h108 rte_pmd_ifpga_get_rsu_status(uint16_t dev_id, uint32_t *stat, uint32_t *prog);
129 rte_pmd_ifpga_set_rsu_status(uint16_t dev_id, uint32_t stat, uint32_t prog);
/dpdk/app/test-flow-perf/
H A Dmain.c589 read_meter_policy(char *prog, char *arg) in read_meter_policy() argument
616 usage(prog); in read_meter_policy()
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst5541 testpmd> bpf-load rx|tx (portid) (queueid) (load-flags) (bpf-prog-filename)