Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow_utils.c534 uint32_t e_fr = 0, e_lv = 0, e, e_id = 0, mcam_entries; in flow_shift_ent() local
550 mcam_entries = flow_info->mcam_entries; in flow_shift_ent()
603 e_id = mcam_entries - e - 1; in flow_shift_ent()
613 e_id = mcam_entries - e - 1; in flow_shift_ent()
817 rte_bitmap_set(free_bmp_rev, flow_info->mcam_entries - in flow_fill_entry_cache()
822 flow_info->mcam_entries - rsp->entry_list[idx] - 1); in flow_fill_entry_cache()
826 flow_info->mcam_entries - *free_ent - 1); in flow_fill_entry_cache()
840 uint32_t pos = 0, free_ent = 0, mcam_entries; in flow_check_preallocated_entry_cache() local
853 mcam_entries = flow_info->mcam_entries; in flow_check_preallocated_entry_cache()
865 mcam_entries - free_ent - 1); in flow_check_preallocated_entry_cache()
[all …]
H A Dotx2_flow.c983 npc->mcam_entries = NPC_MCAM_TOT_ENTRIES >> npc->keyw[NPC_MCAM_RX]; in otx2_flow_init()
985 bmap_sz = rte_bitmap_get_memory_footprint(npc->mcam_entries); in otx2_flow_init()
1053 rte_bitmap_init(npc->mcam_entries, mem, bmap_sz); in otx2_flow_init()
1057 rte_bitmap_init(npc->mcam_entries, mem, bmap_sz); in otx2_flow_init()
1061 rte_bitmap_init(npc->mcam_entries, mem, bmap_sz); in otx2_flow_init()
1065 rte_bitmap_init(npc->mcam_entries, mem, bmap_sz); in otx2_flow_init()
H A Dotx2_flow.h175 uint32_t mcam_entries; /* mcam entries supported */ member