| /dpdk/lib/bpf/ |
| H A D | bpf_validate.c | 139 rv->s.min = rv->s.max ^ UINT64_MAX; in eval_smax_bound() 218 rv->s.max = RTE_MIN(rt.s.max, rv->s.max); in eval_apply_mask() 219 rv->s.min = RTE_MAX(rt.s.min, rv->s.min); in eval_apply_mask() 613 rv = bvf->evst->rv + EBPF_REG_0; in eval_ld_mbuf() 788 rv->s.min = rv->u.min; in eval_max_load() 789 rv->s.max = rv->u.max; in eval_max_load() 1004 rv = bvf->evst->rv + EBPF_REG_0; in eval_call() 2189 rv = st->rv + ins->dst_reg; in log_eval_state() 2199 rv->v.type, rv->v.size, in log_eval_state() 2201 rv->u.min, rv->u.max, in log_eval_state() [all …]
|
| /dpdk/app/test/ |
| H A D | test_lpm_perf.c | 32 static struct rte_rcu_qsbr *rv; variable 416 rte_rcu_qsbr_thread_register(rv, thread_id); in test_lpm_rcu_qsbr_reader() 417 rte_rcu_qsbr_thread_online(rv, thread_id); in test_lpm_rcu_qsbr_reader() 427 rte_rcu_qsbr_quiescent(rv, thread_id); in test_lpm_rcu_qsbr_reader() 430 rte_rcu_qsbr_thread_offline(rv, thread_id); in test_lpm_rcu_qsbr_reader() 431 rte_rcu_qsbr_thread_unregister(rv, thread_id); in test_lpm_rcu_qsbr_reader() 542 rte_rcu_qsbr_init(rv, num_cores); in test_lpm_rcu_perf_multi_writer() 544 rcu_cfg.v = rv; in test_lpm_rcu_perf_multi_writer() 588 rte_free(rv); in test_lpm_rcu_perf_multi_writer() 590 rv = NULL; in test_lpm_rcu_perf_multi_writer() [all …]
|
| H A D | test_bpf.c | 901 rv = 0; in test_jump1_check() 908 rv |= 0x1; in test_jump1_check() 910 rv |= 0x2; in test_jump1_check() 912 rv |= 0x4; in test_jump1_check() 914 rv |= 0x8; in test_jump1_check() 916 rv |= 0x10; in test_jump1_check() 924 return cmp_res(__func__, rv, rc, &rv, &rc, sizeof(rv)); in test_jump1_check() 1269 rv += r3; in test_alu1_check() 1583 rv = 1; in test_xadd1_check() 1587 rv = -1; in test_xadd1_check() [all …]
|
| H A D | test_hash_readwrite_lf_perf.c | 1232 static struct rte_rcu_qsbr *rv; variable 1247 (void)rte_rcu_qsbr_thread_register(rv, lcore_id); in test_hash_rcu_qsbr_reader() 1248 rte_rcu_qsbr_thread_online(rv, lcore_id); in test_hash_rcu_qsbr_reader() 1255 rte_rcu_qsbr_quiescent(rv, lcore_id); in test_hash_rcu_qsbr_reader() 1258 rte_rcu_qsbr_thread_offline(rv, lcore_id); in test_hash_rcu_qsbr_reader() 1259 (void)rte_rcu_qsbr_thread_unregister(rv, lcore_id); in test_hash_rcu_qsbr_reader() 1313 rv = (struct rte_rcu_qsbr *)rte_zmalloc(NULL, sz, RTE_CACHE_LINE_SIZE); in test_hash_rcu_qsbr_writer_perf() 1314 rcu_config.v = rv; in test_hash_rcu_qsbr_writer_perf() 1336 rte_rcu_qsbr_init(rv, RTE_MAX_LCORE); in test_hash_rcu_qsbr_writer_perf() 1378 rte_free(rv); in test_hash_rcu_qsbr_writer_perf() [all …]
|
| H A D | test_acl.c | 148 struct acl_ipv4vlan_rule rv; in rte_acl_ipv4vlan_add_rules() local 165 acl_ipv4vlan_convert_rule(rules + i, &rv); in rte_acl_ipv4vlan_add_rules() 166 rc = rte_acl_add_rules(ctx, (struct rte_acl_rule *)&rv, 1); in rte_acl_ipv4vlan_add_rules()
|
| /dpdk/lib/acl/ |
| H A D | rte_acl.c | 465 const struct rte_acl_rule *rv; in rte_acl_add_rules() local 473 rv = (const struct rte_acl_rule *) in rte_acl_add_rules() 475 rc = acl_check_rule(&rv->data); in rte_acl_add_rules()
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_prototype.h | 600 #define i40e_aq_set_phy_register(hw, ps, da, pc, ra, rv, cd) \ argument 601 i40e_aq_set_phy_register_ext(hw, ps, da, pc, false, 0, ra, rv, cd) 602 #define i40e_aq_get_phy_register(hw, ps, da, pc, ra, rv, cd) \ argument 603 i40e_aq_get_phy_register_ext(hw, ps, da, pc, false, 0, ra, rv, cd)
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_interrupts.c | 901 int n, bytes_read, rv; in eal_intr_process_interrupts() local 1026 rv = 0; in eal_intr_process_interrupts() 1036 rv++; in eal_intr_process_interrupts() 1048 if (rv > 0 && write(intr_pipe.writefd, "1", 1) < 0) { in eal_intr_process_interrupts()
|
| /dpdk/drivers/baseband/fpga_5gnr_fec/ |
| H A D | fpga_5gnr_fec.h | 179 rv:2, member
|
| H A D | rte_fpga_5gnr_fec.c | 135 (uint32_t)desc->dec_req.rv, in print_dma_dec_desc_debug_info() 1009 desc->rv = op->ldpc_dec.rv_index; in fpga_dma_desc_ld_fill()
|
| /dpdk/drivers/baseband/fpga_lte_fec/ |
| H A D | fpga_lte_fec.c | 127 rv:2; member 1251 desc->rv = op->turbo_enc.rv_index; in fpga_dma_desc_te_fill()
|