Searched defs:ocelot_ace_rule (Results 1 – 1 of 1) sorted by relevance
187 struct ocelot_ace_rule { struct188 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