Home
last modified time | relevance | path

Searched defs:ocelot_ace_rule (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mscc/
Docelot_ace.h187 struct ocelot_ace_rule { struct
188 struct list_head list;
189 struct ocelot_port *port;
191 u16 prio;
192 u32 id;
194 enum ocelot_ace_action action;
195 struct ocelot_ace_stats stats;
196 int chip_port;
220 int ocelot_ace_rule_offload_add(struct ocelot_ace_rule *rule); argument