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