Searched refs:drop_mcam_idx (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_npc_hash.c | 1018 static bool rvu_npc_exact_save_drop_rule_chan_and_mask(struct rvu *rvu, int drop_mcam_idx, in rvu_npc_exact_save_drop_rule_chan_and_mask() argument 1042 table->drop_rule_map[i].drop_rule_idx = drop_mcam_idx; in rvu_npc_exact_save_drop_rule_chan_and_mask() 1126 u8 lmac_id, u32 *drop_mcam_idx, u64 *val, in rvu_npc_exact_get_drop_rule_info() argument 1160 *drop_mcam_idx = i; in rvu_npc_exact_get_drop_rule_info() 1166 __func__, *drop_mcam_idx); in rvu_npc_exact_get_drop_rule_info() 1187 static u16 __rvu_npc_exact_cmd_rules_cnt_update(struct rvu *rvu, int drop_mcam_idx, in __rvu_npc_exact_cmd_rules_cnt_update() argument 1195 promisc = table->promisc_mode[drop_mcam_idx]; in __rvu_npc_exact_cmd_rules_cnt_update() 1197 cnt = &table->cnt_cmd_rules[drop_mcam_idx]; in __rvu_npc_exact_cmd_rules_cnt_update() 1242 u32 drop_mcam_idx = -1; in rvu_npc_exact_del_table_entry_by_id() local 1268 entry->lmac_id, &drop_mcam_idx, NULL, NULL, NULL); in rvu_npc_exact_del_table_entry_by_id() [all …]
|