Searched defs:npc_mcam (Results 1 – 1 of 1) sorted by relevance
162 struct npc_mcam { struct163 struct rsrc_bmap counters;164 struct mutex lock; /* MCAM entries and counters update lock */165 unsigned long *bmap; /* bitmap, 0 => bmap_entries */166 unsigned long *bmap_reverse; /* Reverse bitmap, bmap_entries => 0 */167 u16 bmap_entries; /* Number of unreserved MCAM entries */168 u16 bmap_fcnt; /* MCAM entries free count */169 u16 *entry2pfvf_map;170 u16 *entry2cntr_map;171 u16 *cntr2pfvf_map;[all …]