Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_hash.c1027 if (!table->drop_rule_map[i].valid) in rvu_npc_exact_save_drop_rule_chan_and_mask()
1030 if (table->drop_rule_map[i].chan_val != (u16)chan_val) in rvu_npc_exact_save_drop_rule_chan_and_mask()
1033 if (table->drop_rule_map[i].chan_mask != (u16)chan_mask) in rvu_npc_exact_save_drop_rule_chan_and_mask()
1042 table->drop_rule_map[i].drop_rule_idx = drop_mcam_idx; in rvu_npc_exact_save_drop_rule_chan_and_mask()
1043 table->drop_rule_map[i].chan_val = (u16)chan_val; in rvu_npc_exact_save_drop_rule_chan_and_mask()
1044 table->drop_rule_map[i].chan_mask = (u16)chan_mask; in rvu_npc_exact_save_drop_rule_chan_and_mask()
1045 table->drop_rule_map[i].pcifunc = pcifunc; in rvu_npc_exact_save_drop_rule_chan_and_mask()
1046 table->drop_rule_map[i].valid = true; in rvu_npc_exact_save_drop_rule_chan_and_mask()
1099 if (!table->drop_rule_map[i].valid) in rvu_npc_exact_drop_rule_to_pcifunc()
1102 if (table->drop_rule_map[i].drop_rule_idx != drop_rule_idx) in rvu_npc_exact_drop_rule_to_pcifunc()
[all …]
Drvu_npc_hash.h197 } drop_rule_map[NPC_MCAM_DROP_RULE_MAX]; member