Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_npc_hash.c985 if (!table->drop_rule_map[i].valid) in rvu_npc_exact_save_drop_rule_chan_and_mask()
1001 table->drop_rule_map[i].chan_val = (u16)chan_val; in rvu_npc_exact_save_drop_rule_chan_and_mask()
1002 table->drop_rule_map[i].chan_mask = (u16)chan_mask; in rvu_npc_exact_save_drop_rule_chan_and_mask()
1003 table->drop_rule_map[i].pcifunc = pcifunc; in rvu_npc_exact_save_drop_rule_chan_and_mask()
1004 table->drop_rule_map[i].valid = true; in rvu_npc_exact_save_drop_rule_chan_and_mask()
1057 if (!table->drop_rule_map[i].valid) in rvu_npc_exact_drop_rule_to_pcifunc()
1063 return table->drop_rule_map[i].pcifunc; in rvu_npc_exact_drop_rule_to_pcifunc()
1105 if (!table->drop_rule_map[i].valid) in rvu_npc_exact_get_drop_rule_info()
1112 *val = table->drop_rule_map[i].chan_val; in rvu_npc_exact_get_drop_rule_info()
1114 *mask = table->drop_rule_map[i].chan_mask; in rvu_npc_exact_get_drop_rule_info()
[all …]
A Drvu_npc_hash.h191 } drop_rule_map[NPC_MCAM_DROP_RULE_MAX]; member

Completed in 7 milliseconds