Searched refs:val_size (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_image.c | 40 uint32_t val_size; member 95 cursor->val_size = 0; in efx_asn1_parse_header_match_tag() 97 cursor->val_size = in efx_asn1_parse_header_match_tag() 154 cursor->length = cursor->val_size; in efx_asn1_enter_tag() 177 __in uint32_t val_size) in efx_asn1_match_tag_value() argument 190 if (cursor->val_size != val_size) { in efx_asn1_match_tag_value() 269 *val_sizep = cursor->val_size; in efx_asn1_get_tag_value() 313 uint32_t val_size; in efx_check_signed_image_header() local 376 val_size = 0; in efx_check_signed_image_header() 378 &valp, &val_size); in efx_check_signed_image_header() [all …]
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_flow.c | 508 const void *val, const void *mask, uint8_t val_size, in copy_inner_common() argument 516 if ((start_off + val_size) > FILTER_GENERIC_1_KEY_LEN) in copy_inner_common() 522 memcpy(l5_mask + start_off, mask, val_size); in copy_inner_common() 523 memcpy(l5_val + start_off, val, val_size); in copy_inner_common() 540 *inner_ofst += val_size; in copy_inner_common()
|
| /dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_mapper.c | 1027 uint32_t port_id, val_size, field_size; in ulp_mapper_field_src_process() local 1128 memcpy(&val_size, &parms->act_prop->act_details[size_idx], in ulp_mapper_field_src_process() 1130 val_size = tfp_be_to_cpu_32(val_size); in ulp_mapper_field_src_process() 1131 *val_len = ULP_BYTE_2_BITS(val_size); in ulp_mapper_field_src_process()
|