Searched defs:sparx5_mall_entry (Results 1 – 1 of 1) sorted by relevance
214 struct sparx5_mall_entry { struct215 struct list_head list;216 struct sparx5_port *port;217 unsigned long cookie;218 enum flow_action_id type;219 bool ingress;220 union {