Searched refs:byte_idx (Results 1 – 4 of 4) sorted by relevance
1078 unsigned int byte_idx; in efx_mae_match_spec_bit_set() local1115 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() local2111 unsigned int byte_idx; in efx_mae_match_specs_class_cmp() local2120 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 …]
363 uint32_t byte_idx = pos / CHAR_BIT; in set_bit() local368 tmp = ptr[byte_idx]; in set_bit()371 ptr[byte_idx] = tmp; in set_bit()
642 int byte_idx; member706 tuples[i][rng_arr[i].byte_idx] ^= adj; in test_predictable_rss_multirange()
1101 uint16_t i, byte_idx; in limit_input_llr_val_range() local1108 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() local1175 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()