Home
last modified time | relevance | path

Searched refs:byte_idx (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/common/sfc_efx/base/
H A Defx_mae.c1078 unsigned int byte_idx; in efx_mae_match_spec_bit_set() local
1115 mvp[byte_idx] |= (1U << bit_idx); in efx_mae_match_spec_bit_set()
1117 mvp[byte_idx] &= ~(1U << bit_idx); in efx_mae_match_spec_bit_set()
1121 mvp[byte_idx] |= (1U << bit_idx); in efx_mae_match_spec_bit_set()
1341 unsigned int byte_idx = in efx_mae_match_spec_is_valid() local
2111 unsigned int byte_idx; in efx_mae_match_specs_class_cmp() local
2120 byte_idx = in efx_mae_match_specs_class_cmp()
2127 (mvpl[byte_idx] & (1U << bit_idx)) != in efx_mae_match_specs_class_cmp()
2128 (mvpr[byte_idx] & (1U << bit_idx))) { in efx_mae_match_specs_class_cmp()
2133 byte_idx = in efx_mae_match_specs_class_cmp()
[all …]
/dpdk/lib/hash/
H A Drte_thash.c363 uint32_t byte_idx = pos / CHAR_BIT; in set_bit() local
368 tmp = ptr[byte_idx]; in set_bit()
371 ptr[byte_idx] = tmp; in set_bit()
/dpdk/app/test/
H A Dtest_thash.c642 int byte_idx; member
706 tuples[i][rng_arr[i].byte_idx] ^= adj; in test_predictable_rss_multirange()
/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c1101 uint16_t i, byte_idx; in limit_input_llr_val_range() local
1108 for (byte_idx = 0; byte_idx < rte_pktmbuf_data_len(m); in limit_input_llr_val_range()
1109 ++byte_idx) in limit_input_llr_val_range()
1110 llr[byte_idx] = round((double)max_llr_modulus * in limit_input_llr_val_range()
1111 llr[byte_idx] / INT8_MAX); in limit_input_llr_val_range()
1165 uint16_t i, byte_idx; in ldpc_input_llr_scaling() local
1175 for (byte_idx = 0; byte_idx < rte_pktmbuf_data_len(m); in ldpc_input_llr_scaling()
1176 ++byte_idx) { in ldpc_input_llr_scaling()
1178 llr_tmp = llr[byte_idx]; in ldpc_input_llr_scaling()
1187 llr[byte_idx] = (int8_t) llr_tmp; in ldpc_input_llr_scaling()