Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_flow_db.c1465 uint32_t next_fid = *child_fid; in ulp_flow_db_parent_child_flow_next_entry_get() local
1480 next_fid++; in ulp_flow_db_parent_child_flow_next_entry_get()
1481 if (next_fid >= flow_db->flow_tbl.num_flows) in ulp_flow_db_parent_child_flow_next_entry_get()
1483 idx = next_fid / ULP_INDEX_BITMAP_SIZE; in ulp_flow_db_parent_child_flow_next_entry_get()
1484 mod_fid = next_fid % ULP_INDEX_BITMAP_SIZE; in ulp_flow_db_parent_child_flow_next_entry_get()
1499 next_fid = (idx * ULP_INDEX_BITMAP_SIZE) + __builtin_clzl(bs); in ulp_flow_db_parent_child_flow_next_entry_get()
1500 if (*child_fid >= next_fid) { in ulp_flow_db_parent_child_flow_next_entry_get()
1504 idx = next_fid / ULP_INDEX_BITMAP_SIZE; in ulp_flow_db_parent_child_flow_next_entry_get()
1505 } while (!ULP_INDEX_BITMAP_GET(child_bitset[idx], next_fid)); in ulp_flow_db_parent_child_flow_next_entry_get()
1506 *child_fid = next_fid; in ulp_flow_db_parent_child_flow_next_entry_get()