Home
last modified time | relevance | path

Searched refs:drop_rule_map (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_hash.c989 if (!table->drop_rule_map[i].valid) in rvu_npc_exact_save_drop_rule_chan_and_mask()
992 if (table->drop_rule_map[i].chan_val != (u16)chan_val) in rvu_npc_exact_save_drop_rule_chan_and_mask()
995 if (table->drop_rule_map[i].chan_mask != (u16)chan_mask) in rvu_npc_exact_save_drop_rule_chan_and_mask()
1004 table->drop_rule_map[i].drop_rule_idx = drop_mcam_idx; in rvu_npc_exact_save_drop_rule_chan_and_mask()
1005 table->drop_rule_map[i].chan_val = (u16)chan_val; in rvu_npc_exact_save_drop_rule_chan_and_mask()
1006 table->drop_rule_map[i].chan_mask = (u16)chan_mask; in rvu_npc_exact_save_drop_rule_chan_and_mask()
1007 table->drop_rule_map[i].pcifunc = pcifunc; in rvu_npc_exact_save_drop_rule_chan_and_mask()
1008 table->drop_rule_map[i].valid = true; in rvu_npc_exact_save_drop_rule_chan_and_mask()
1061 if (!table->drop_rule_map[i].valid) in rvu_npc_exact_drop_rule_to_pcifunc()
1064 if (table->drop_rule_map[i].drop_rule_idx != drop_rule_idx) in rvu_npc_exact_drop_rule_to_pcifunc()
[all …]
Drvu_npc_hash.h191 } drop_rule_map[NPC_MCAM_DROP_RULE_MAX]; member