Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_flow_db.c1448 uint32_t next_fid = *child_fid; in ulp_flow_db_parent_child_flow_next_entry_get() local
1463 next_fid++; in ulp_flow_db_parent_child_flow_next_entry_get()
1464 if (next_fid >= flow_db->flow_tbl.num_flows) in ulp_flow_db_parent_child_flow_next_entry_get()
1466 idx = next_fid / ULP_INDEX_BITMAP_SIZE; in ulp_flow_db_parent_child_flow_next_entry_get()
1467 mod_fid = next_fid % ULP_INDEX_BITMAP_SIZE; in ulp_flow_db_parent_child_flow_next_entry_get()
1482 next_fid = (idx * ULP_INDEX_BITMAP_SIZE) + __builtin_clzl(bs); 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()
1487 idx = next_fid / ULP_INDEX_BITMAP_SIZE; in ulp_flow_db_parent_child_flow_next_entry_get()
1488 } while (!ULP_INDEX_BITMAP_GET(child_bitset[idx], 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()