Searched refs:pv (Results 1 – 3 of 3) sorted by relevance
| /dpdk/lib/lpm/ |
| H A D | rte_lpm_sve.h | 23 svbool_t pv; in __rte_lpm_lookup_vec() local 38 pv = svcmpeq(pg, svand_z(pg, v_tbl24, v_mask_xv), v_mask_v); in __rte_lpm_lookup_vec() 42 v_hop = svand_x(pv, v_tbl24, v_mask_hop); in __rte_lpm_lookup_vec() 43 svst1(pv, &next_hops[i], v_hop); in __rte_lpm_lookup_vec() 48 v_idx = svand_x(pv, v_tbl24, svdup_u32_z(pv, 0xffffff)); in __rte_lpm_lookup_vec() 49 v_idx = svmul_x(pv, v_idx, RTE_LPM_TBL8_GROUP_NUM_ENTRIES); in __rte_lpm_lookup_vec() 50 v_idx = svadd_x(pv, svand_x(pv, v_ip, svdup_u32_z(pv, 0xff)), in __rte_lpm_lookup_vec() 53 v_tbl8 = svld1_gather_index(pv, (const uint32_t *)lpm->tbl8, in __rte_lpm_lookup_vec() 56 pv = svcmpeq(pv, svand_z(pv, v_tbl8, v_mask_v), v_mask_v); in __rte_lpm_lookup_vec() 58 v_hop = svand_x(pv, v_tbl8, v_mask_hop); in __rte_lpm_lookup_vec() [all …]
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_rxtx.c | 40 struct pv { struct 51 struct pv *pv; argument 441 tinfo->pv = (struct pv *)txq->bounce_buf; in mlx4_tx_burst_tso_get_params() 475 struct pv *pv = tinfo->pv; in mlx4_tx_burst_fill_tso_dsegs() local 515 pv[(*pv_counter)++].val = in mlx4_tx_burst_fill_tso_dsegs() 611 struct pv *pv = tinfo->pv; in mlx4_tx_burst_fill_tso_hdr() local 690 struct pv *pv; in mlx4_tx_burst_tso() local 708 pv = tinfo.pv; in mlx4_tx_burst_tso() 714 *pv[pv_counter].dst = pv[pv_counter].val; in mlx4_tx_burst_tso() 742 struct pv *pv = (struct pv *)txq->bounce_buf; in mlx4_tx_burst_segs() local [all …]
|
| /dpdk/app/test/ |
| H A D | test_bpf.c | 2050 struct dummy_vect8 *pv; in test_call3_prepare() local 2053 pv = arg; in test_call3_prepare() 2054 df = (struct dummy_offset *)(uintptr_t)dummy_func3(pv); in test_call3_prepare() 2056 memset(pv, 0, sizeof(*pv)); in test_call3_prepare() 2067 const struct dummy_vect8 *pv; in test_call3_check() local 2070 pv = arg; in test_call3_check() 2071 dft = dummy_func3(pv); in test_call3_check() 2078 return cmp_res(__func__, v, rc, pv, pv, sizeof(*pv)); in test_call3_check()
|