Home
last modified time | relevance | path

Searched refs:child_fid (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_flow_db.c1389 uint32_t child_fid, in ulp_flow_db_pc_db_child_flow_set() argument
1404 if (child_fid >= flow_db->flow_tbl.num_flows || !child_fid) { in ulp_flow_db_pc_db_child_flow_set()
1405 BNXT_TF_DBG(ERR, "Invalid child flow index %x\n", child_fid); in ulp_flow_db_pc_db_child_flow_set()
1416 a_idx = child_fid / ULP_INDEX_BITMAP_SIZE; in ulp_flow_db_pc_db_child_flow_set()
1419 ULP_INDEX_BITMAP_SET(t[a_idx], child_fid); in ulp_flow_db_pc_db_child_flow_set()
1422 ULP_INDEX_BITMAP_RESET(t[a_idx], child_fid); in ulp_flow_db_pc_db_child_flow_set()
1444 uint32_t *child_fid) in ulp_flow_db_parent_child_flow_next_entry_get() argument
1448 uint32_t next_fid = *child_fid; in ulp_flow_db_parent_child_flow_next_entry_get()
1483 if (*child_fid >= next_fid) { in ulp_flow_db_parent_child_flow_next_entry_get()
1489 *child_fid = next_fid; in ulp_flow_db_parent_child_flow_next_entry_get()
H A Dulp_flow_db.h293 uint32_t child_fid,
323 uint32_t *child_fid);
H A Dulp_mapper.c614 uint32_t child_fid, in ulp_mapper_child_flow_free() argument
622 if (ulp_flow_db_pc_db_child_flow_set(ulp, pc_idx, child_fid, 0)) { in ulp_mapper_child_flow_free()
624 pc_idx, child_fid); in ulp_mapper_child_flow_free()