Searched defs:npc_mcam (Results 1 – 1 of 1) sorted by relevance
183 struct npc_mcam { struct184 struct rsrc_bmap counters;185 struct mutex lock; /* MCAM entries and counters update lock */186 unsigned long *bmap; /* bitmap, 0 => bmap_entries */187 unsigned long *bmap_reverse; /* Reverse bitmap, bmap_entries => 0 */188 u16 bmap_entries; /* Number of unreserved MCAM entries */189 u16 bmap_fcnt; /* MCAM entries free count */190 u16 *entry2pfvf_map;191 u16 *entry2cntr_map;192 u16 *cntr2pfvf_map;[all …]