Home
last modified time | relevance | path

Searched refs:val_size (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_image.c40 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 …]
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_value.c184 int val_size, val_size_old; in resize_shared_value_storage() local
195 val_size = tcfg->val_size * 2; in resize_shared_value_storage()
197 if (val_size == (1 << 30)) in resize_shared_value_storage()
202 valuestate = malloc(sizeof(struct table_value) * val_size, M_IPFW, in resize_shared_value_storage()
204 ipfw_objhash_bitmap_alloc(val_size, (void *)&new_idx, in resize_shared_value_storage()
212 if (tcfg->val_size >= val_size) in resize_shared_value_storage()
230 val_size_old = tcfg->val_size; in resize_shared_value_storage()
231 tcfg->val_size = val_size; in resize_shared_value_storage()
232 val_size = val_size_old; in resize_shared_value_storage()
775 tcfg->val_size = VALDATA_START_SIZE; in ipfw_table_value_init()
[all …]
H A Dip_fw_table.h41 uint32_t val_size; member
/f-stack/dpdk/drivers/net/enic/
H A Denic_flow.c508 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()
/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_mapper.c786 uint32_t val_size = 0, field_size = 0; in ulp_mapper_result_field_process() local
869 memcpy(&val_size, &parms->act_prop->act_details[size_idx], in ulp_mapper_result_field_process()
871 val_size = tfp_be_to_cpu_32(val_size); in ulp_mapper_result_field_process()
872 val_size = ULP_BYTE_2_BITS(val_size); in ulp_mapper_result_field_process()
873 ulp_blob_push_encap(blob, val, val_size); in ulp_mapper_result_field_process()