Searched refs:actionfields (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_api_kunit.c | 975 INIT_LIST_HEAD(&rule.data.actionfields); in vcap_api_encode_rule_actionset_test() 981 list_add_tail(&caf[idx].ctrl.list, &rule.data.actionfields); in vcap_api_encode_rule_actionset_test() 1105 &rule->actionfields, ctrl.list) { in vcap_free_caf() 1126 INIT_LIST_HEAD(&rule->actionfields); in vcap_api_rule_add_actionvalue_test() 1129 ret = list_empty(&rule->actionfields); in vcap_api_rule_add_actionvalue_test() 1131 af = list_first_entry(&rule->actionfields, in vcap_api_rule_add_actionvalue_test() 1138 INIT_LIST_HEAD(&rule->actionfields); in vcap_api_rule_add_actionvalue_test() 1141 ret = list_empty(&rule->actionfields); in vcap_api_rule_add_actionvalue_test() 1143 af = list_first_entry(&rule->actionfields, in vcap_api_rule_add_actionvalue_test() 1150 INIT_LIST_HEAD(&rule->actionfields); in vcap_api_rule_add_actionvalue_test() [all …]
|
H A D | vcap_api.c | 828 if (list_empty(&ri->data.actionfields)) in vcap_encode_rule_actionset() 831 list_for_each_entry(caf, &ri->data.actionfields, ctrl.list) { in vcap_encode_rule_actionset() 1015 INIT_LIST_HEAD(&duprule->data.actionfields); in vcap_dup_rule() 1028 list_for_each_entry(caf, &ri->data.actionfields, ctrl.list) { in vcap_dup_rule() 1032 list_add_tail(&newcaf->ctrl.list, &duprule->data.actionfields); in vcap_dup_rule() 1043 list_for_each_entry_safe(caf, newcaf, &duprule->data.actionfields, ctrl.list) { in vcap_dup_rule() 1428 list_add_tail(&field->ctrl.list, &ri->data.actionfields); in vcap_rule_alloc_actionfield() 1959 list_for_each_entry(ckf, &ri->data.actionfields, ctrl.list) in vcap_rule_find_actionsets() 1970 list_for_each_entry(ckf, &ri->data.actionfields, ctrl.list) in vcap_rule_find_actionsets() 2362 INIT_LIST_HEAD(&ri->data.actionfields); in vcap_alloc_rule() [all …]
|
H A D | vcap_api.h | 191 struct list_head actionfields; /* list of vcap_client_actionfield */ member
|
H A D | vcap_api_debugfs.c | 225 list_for_each_entry(caf, &ri->data.actionfields, ctrl.list) { in vcap_debugfs_show_rule_actionset()
|