Searched refs:drop_rule_map (Results 1 – 2 of 2) sorted by relevance
1027 if (!table->drop_rule_map[i].valid) 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()1105 return table->drop_rule_map[i].pcifunc; in rvu_npc_exact_drop_rule_to_pcifunc()1147 if (!table->drop_rule_map[i].valid) in rvu_npc_exact_get_drop_rule_info()1154 *val = table->drop_rule_map[i].chan_val; in rvu_npc_exact_get_drop_rule_info()1156 *mask = table->drop_rule_map[i].chan_mask; in rvu_npc_exact_get_drop_rule_info()[all …]
195 } drop_rule_map[NPC_MCAM_DROP_RULE_MAX]; member
Completed in 9 milliseconds