Searched defs:ocelot_vcap_filter (Results 1 – 2 of 2) sorted by relevance
264 struct ocelot_vcap_filter { struct267 enum ocelot_vcap_filter_type type; argument268 int block_id;269 int goto_target;270 int lookup;271 u8 pag;272 u16 prio;273 u32 id;275 struct ocelot_vcap_action action;299 int ocelot_vcap_filter_add(struct ocelot *ocelot, argument[all …]
682 struct ocelot_vcap_filter { struct685 enum ocelot_vcap_filter_type type; argument686 int block_id;687 int goto_target;688 int lookup;689 u8 pag;690 u16 prio;691 struct ocelot_vcap_id id;693 struct ocelot_vcap_action action;694 struct ocelot_vcap_stats stats;[all …]