Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow.c43 rte_bitmap_clear(bmap, flow->mcam_id); in otx2_flow_free_all_resources()
271 flow->mcam_id); in flow_program_rss_action()
642 if (flow_iter->mcam_id > flow->mcam_id) { in otx2_flow_create()
701 rc = otx2_flow_mcam_free_entry(mbox, flow->mcam_id); in otx2_flow_destroy()
712 rte_bitmap_clear(bmap, flow->mcam_id); in otx2_flow_destroy()
H A Dotx2_flow_utils.c515 if (flow_iter->mcam_id == old_ent) in flow_shift_lv_ent()
521 if (flow_iter->mcam_id > new_ent) in flow_shift_lv_ent()
959 flow->mcam_id = entry; in otx2_flow_mcam_alloc_and_write()
H A Dotx2_flow.h154 uint32_t mcam_id; member