Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_flow_db.c387 if (!flow_db) { in ulp_flow_db_parent_arg_validation()
404 return flow_db; in ulp_flow_db_parent_arg_validation()
423 if (!flow_db) { in ulp_flow_db_parent_tun_idx_set()
458 if (!flow_db) { in ulp_flow_db_parent_tun_idx_get()
505 if (!flow_db) { in ulp_flow_db_init()
579 if (!flow_db) in ulp_flow_db_deinit()
615 if (!flow_db) { in ulp_flow_db_fid_alloc()
672 if (!flow_db) { in ulp_flow_db_resource_add()
767 if (!flow_db) { in ulp_flow_db_resource_del()
876 if (!flow_db) { in ulp_flow_db_fid_free()
[all …]
H A Dbnxt_ulp.h51 struct bnxt_ulp_flow_db *flow_db; member
153 struct bnxt_ulp_flow_db *flow_db);
H A Dulp_flow_db.h324 ulp_flow_db_parent_child_flow_next_entry_get(struct bnxt_ulp_flow_db *flow_db,
H A Dbnxt_ulp.c1305 struct bnxt_ulp_flow_db *flow_db) in bnxt_ulp_cntxt_ptr2_flow_db_set() argument
1310 ulp_ctx->cfg_data->flow_db = flow_db; in bnxt_ulp_cntxt_ptr2_flow_db_set()
1321 return ulp_ctx->cfg_data->flow_db; in bnxt_ulp_cntxt_ptr2_flow_db_get()
H A Dulp_mapper.c547 struct bnxt_ulp_flow_db *flow_db; in ulp_mapper_parent_flow_free() local
559 flow_db = bnxt_ulp_cntxt_ptr2_flow_db_get(ulp); in ulp_mapper_parent_flow_free()
560 while (!ulp_flow_db_parent_child_flow_next_entry_get(flow_db, idx, in ulp_mapper_parent_flow_free()