Home
last modified time | relevance | path

Searched refs:resource_type (Results 1 – 12 of 12) sorted by relevance

/dpdk/drivers/net/bnxt/tf_ulp/generic_templates/
H A Dulp_template_db_tbl.c738 .resource_type = TF_TBL_TYPE_EM_FKB,
746 .resource_type = TF_TBL_TYPE_WC_FKB,
946 .resource_type = TF_TBL_TYPE_EM_FKB,
954 .resource_type = TF_TBL_TYPE_WC_FKB,
1282 .resource_type = TF_TBL_TYPE_EM_FKB,
1290 .resource_type = TF_TBL_TYPE_WC_FKB,
1298 .resource_type = TF_TBL_TYPE_WC_FKB,
1306 .resource_type = TF_TBL_TYPE_WC_FKB,
1314 .resource_type = TF_TBL_TYPE_WC_FKB,
1322 .resource_type = TF_TBL_TYPE_WC_FKB,
[all …]
H A Dulp_template_db_thor_act.c80 .resource_type = TF_TBL_TYPE_MIRROR_CONFIG,
102 .resource_type = TF_TBL_TYPE_ACT_STATS_64,
122 .resource_type = TF_TBL_TYPE_ACT_MODIFY_64B,
194 .resource_type = TF_TBL_TYPE_MIRROR_CONFIG,
215 .resource_type = TF_TBL_TYPE_ACT_STATS_64,
258 .resource_type = TF_TBL_TYPE_MIRROR_CONFIG,
278 .resource_type = TF_TBL_TYPE_MIRROR_CONFIG,
301 .resource_type = TF_TBL_TYPE_ACT_STATS_64,
379 .resource_type = TF_TBL_TYPE_ACT_STATS_64,
476 .resource_type = TF_TBL_TYPE_ACT_STATS_64,
[all …]
H A Dulp_template_db_wh_plus_act.c80 .resource_type = TF_TBL_TYPE_MIRROR_CONFIG,
102 .resource_type = TF_TBL_TYPE_ACT_STATS_64,
122 .resource_type = TF_TBL_TYPE_ACT_ENCAP_8B,
165 .resource_type = TF_TBL_TYPE_EXT,
219 .resource_type = TF_TBL_TYPE_ACT_STATS_64,
262 .resource_type = TF_TBL_TYPE_EXT,
435 .resource_type = TF_TBL_TYPE_EXT,
514 .resource_type = TF_TBL_TYPE_EXT,
534 .resource_type = TF_TBL_TYPE_EXT,
662 .resource_type = TF_TBL_TYPE_EXT,
[all …]
H A Dulp_template_db_wh_plus_class.c326 .resource_type = TF_MEM_INTERNAL,
347 .resource_type = TF_MEM_EXTERNAL,
368 .resource_type = TF_MEM_INTERNAL,
389 .resource_type = TF_MEM_EXTERNAL,
410 .resource_type = TF_MEM_INTERNAL,
431 .resource_type = TF_MEM_EXTERNAL,
708 .resource_type = TF_MEM_INTERNAL,
729 .resource_type = TF_MEM_EXTERNAL,
977 .resource_type = TF_MEM_INTERNAL,
998 .resource_type = TF_MEM_EXTERNAL,
[all …]
H A Dulp_template_db_thor_class.c256 .resource_type = TF_TBL_TYPE_EM_FKB,
325 .resource_type = TF_MEM_INTERNAL,
378 .resource_type = TF_TBL_TYPE_WC_FKB,
395 .resource_type = TF_TBL_TYPE_WC_FKB,
922 .resource_type = TF_TBL_TYPE_EM_FKB,
991 .resource_type = TF_MEM_INTERNAL,
1045 .resource_type = TF_TBL_TYPE_WC_FKB,
1219 .resource_type = TF_TBL_TYPE_EM_FKB,
1288 .resource_type = TF_MEM_INTERNAL,
1341 .resource_type = TF_TBL_TYPE_WC_FKB,
[all …]
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_mapper.c104 ent->resource_type = res->resource_type; in ulp_mapper_glb_resource_write()
434 switch (tbl->resource_type) { in ulp_mapper_dyn_tbl_type_get()
463 return tbl->resource_type; in ulp_mapper_dyn_tbl_type_get()
473 switch (tbl->resource_type) { in ulp_mapper_dyn_blob_size_get()
509 switch (res->resource_type) { in ulp_mapper_tcam_entry_free()
538 .type = res->resource_type, in ulp_mapper_index_entry_free()
590 res->resource_type, in ulp_mapper_mark_free()
2204 fid_parms.resource_type = tbl->resource_type; in ulp_mapper_tcam_tbl_process()
2375 fid_parms.resource_type = tbl->resource_type; in ulp_mapper_em_tbl_process()
2486 glb_res.resource_type = tbl->resource_type; in ulp_mapper_index_tbl_process()
[all …]
H A Dulp_template_struct.h264 uint32_t resource_type; /* TF_ enum type */ member
344 uint32_t resource_type; /* TF_ enum type */ member
353 uint32_t resource_type; /* TF_ enum type */ member
H A Dulp_flow_db.h34 uint8_t resource_type; member
91 uint8_t resource_type; member
H A Dulp_flow_db.c157 resource_info->resource_type = params->resource_type; in ulp_flow_db_res_params_to_info()
188 params->resource_type = resource_info->resource_type; in ulp_flow_db_res_info_to_params()
646 if (params->resource_type == TF_TBL_TYPE_ACT_STATS_64 && in ulp_flow_db_resource_add()
757 if (params->resource_type == TF_TBL_TYPE_ACT_STATS_64 && in ulp_flow_db_resource_del()
H A Dulp_mapper.h23 uint32_t resource_type; /* TF_ enum type */ member
H A Dbnxt_ulp.c153 res_type = info[i].resource_type; in bnxt_ulp_named_resources_calc()
210 res_type = info[i].resource_type; in bnxt_ulp_unnamed_resources_calc()
/dpdk/drivers/net/i40e/base/
H A Di40e_adminq_cmd.h734 u8 resource_type; member