Searched refs:tr (Results 1 – 8 of 8) sorted by relevance
| /dpdk/lib/acl/ |
| H A D | acl_run_avx2.h | 63 const int32_t *tr; in transition8() local 66 tr = (const int32_t *)(uintptr_t)trans; in transition8() 74 *tr_lo = _mm256_i32gather_epi32(tr, addr, sizeof(trans[0])); in transition8() 98 uint64_t tr[MAX_SEARCHES_SSE8]; in acl_process_matches_avx2x8() local 103 for (i = 0; i != RTE_DIM(tr) / 2; i++) { in acl_process_matches_avx2x8() 109 tr[i] = (uint32_t)_mm_cvtsi128_si32(l0); in acl_process_matches_avx2x8() 110 tr[i + 4] = (uint32_t)_mm_cvtsi128_si32(l1); in acl_process_matches_avx2x8() 115 tr[i] = acl_match_check(tr[i], slot + i, in acl_process_matches_avx2x8() 117 tr[i + 4] = acl_match_check(tr[i + 4], slot + i + 4, in acl_process_matches_avx2x8() 122 t0 = _mm256_set_epi64x(tr[5], tr[4], tr[1], tr[0]); in acl_process_matches_avx2x8() [all …]
|
| H A D | acl_run_avx512_common.h | 77 const int32_t *tr; in _F_() local 80 tr = (const int32_t *)(uintptr_t)trans; in _F_() 87 *tr_lo = _M_GI_(i32gather_epi32, addr, tr, sizeof(trans[0])); in _F_() 92 *tr_hi = _M_GI_(i32gather_epi32, addr, (tr + 1), sizeof(trans[0])); in _F_() 108 const int32_t *tr; in _F_() local 111 tr = (const int32_t *)(uintptr_t)flow->trans; in _F_() 120 *tr_lo = _M_MGI_(mask_i32gather_epi32)(*tr_lo, msk, addr, tr, in _F_() 124 *tr_hi = _M_MGI_(mask_i32gather_epi32)(*tr_hi, msk, addr, (tr + 1), in _F_()
|
| /dpdk/devtools/ |
| H A D | check-maintainers.sh | 79 for line in $(sed -n 's,^[FX]: ,,p' $1 | tr '*' '#') ; do 80 line=$(printf "$line" | tr '#' '*')
|
| H A D | test-meson-builds.sh | 163 $crossfile | tr -d "'" | tr -d '"') 267 targetdir=build-$(basename $f | tr '_' '-' | cut -d'-' -f-2)
|
| H A D | parse-flow-support.sh | 27 tr '\n' '|' | sed 's,.$,\n,')
|
| /dpdk/buildtools/ |
| H A D | options-ibverbs-static.sh | 16 tr '[:space:]' '\n' |
|
| /dpdk/lib/eventdev/ |
| H A D | rte_event_eth_tx_adapter.c | 486 struct txa_retry *tr; in txa_service_buffer_retry() local 493 tr = (struct txa_retry *)(uintptr_t)userdata; in txa_service_buffer_retry() 494 data = txa_service_id_to_data(tr->id); in txa_service_buffer_retry() 498 n = rte_eth_tx_burst(tr->port_id, tr->tx_queue, in txa_service_buffer_retry()
|
| /dpdk/.github/workflows/ |
| H A D | build.yml | 241 echo 'meson-logs-${{ join(matrix.config.*, '-') }}' | tr -d ':'
|