Searched refs:prog (Results 1 – 10 of 10) sorted by relevance
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_sec_mgr.c | 25 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 D | ifpga_fme_rsu.c | 99 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 D | compat.h | 66 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 D | bpf_convert.c | 241 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 D | bpf_stub.c | 32 rte_bpf_convert(const struct bpf_program *prog) in rte_bpf_convert() argument 34 if (prog == NULL) { in rte_bpf_convert()
|
| H A D | rte_bpf.h | 233 rte_bpf_convert(const struct bpf_program *prog);
|
| /dpdk/drivers/raw/ifpga/ |
| H A D | rte_pmd_ifpga.c | 104 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 D | rte_pmd_ifpga.h | 108 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 D | main.c | 589 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 D | testpmd_funcs.rst | 5541 testpmd> bpf-load rx|tx (portid) (queueid) (load-flags) (bpf-prog-filename)
|