Home
last modified time | relevance | path

Searched refs:actionsets (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.h100 const struct vcap_set *actionfield_set; /* actionsets */
101 int actionfield_set_size; /* number of actionsets */
205 /* List of actionsets */
208 int cnt; /* count of actionsets actually in the list */
209 enum vcap_actionfield_set *actionsets; /* the list of actionsets */ member
H A Dvcap_api.c1802 if (actionsetlist->actionsets[idx] == actionset) in vcap_actionset_list_add()
1804 actionsetlist->actionsets[actionsetlist->cnt++] = actionset; in vcap_actionset_list_add()
1944 /* Match a list of actions against the actionsets available in a vcap type */
1963 /* Iterate the actionsets of the VCAP */ in vcap_rule_find_actionsets()
2038 enum vcap_actionfield_set actionsets[10]; in vcap_val_rule() local
2040 matches.actionsets = actionsets; in vcap_val_rule()
2041 matches.max = ARRAY_SIZE(actionsets); in vcap_val_rule()
2048 ret = vcap_set_rule_set_actionset(rule, actionsets[0]); in vcap_val_rule()