Searched refs:drop_mcam_idx (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_npc_hash.c | 980 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 1004 table->drop_rule_map[i].drop_rule_idx = drop_mcam_idx; in rvu_npc_exact_save_drop_rule_chan_and_mask() 1088 u8 lmac_id, u32 *drop_mcam_idx, u64 *val, in rvu_npc_exact_get_drop_rule_info() argument 1122 *drop_mcam_idx = i; in rvu_npc_exact_get_drop_rule_info() 1128 __func__, *drop_mcam_idx); in rvu_npc_exact_get_drop_rule_info() 1149 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 1157 promisc = table->promisc_mode[drop_mcam_idx]; in __rvu_npc_exact_cmd_rules_cnt_update() 1159 cnt = &table->cnt_cmd_rules[drop_mcam_idx]; in __rvu_npc_exact_cmd_rules_cnt_update() 1202 u32 drop_mcam_idx = -1; in rvu_npc_exact_del_table_entry_by_id() local 1228 entry->lmac_id, &drop_mcam_idx, NULL, NULL, NULL); in rvu_npc_exact_del_table_entry_by_id() [all …]
|