Searched refs:keyfields (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/microchip/vcap/ |
D | vcap_api_kunit.c | 896 INIT_LIST_HEAD(&rule.data.keyfields); in vcap_api_encode_rule_keyset_test() 901 list_add_tail(&ckf[idx].ctrl.list, &rule.data.keyfields); in vcap_api_encode_rule_keyset_test() 1001 list_for_each_entry_safe(ckf, next_ckf, &rule->keyfields, ctrl.list) { in vcap_free_ckf() 1028 INIT_LIST_HEAD(&rule->keyfields); in vcap_api_rule_add_keyvalue_test() 1031 ret = list_empty(&rule->keyfields); in vcap_api_rule_add_keyvalue_test() 1033 kf = list_first_entry(&rule->keyfields, struct vcap_client_keyfield, in vcap_api_rule_add_keyvalue_test() 1041 INIT_LIST_HEAD(&rule->keyfields); in vcap_api_rule_add_keyvalue_test() 1044 ret = list_empty(&rule->keyfields); in vcap_api_rule_add_keyvalue_test() 1046 kf = list_first_entry(&rule->keyfields, struct vcap_client_keyfield, in vcap_api_rule_add_keyvalue_test() 1054 INIT_LIST_HEAD(&rule->keyfields); in vcap_api_rule_add_keyvalue_test() [all …]
|
D | vcap_api.c | 669 if (list_empty(&ri->data.keyfields)) { in vcap_encode_rule_keyset() 673 list_for_each_entry(ckf, &ri->data.keyfields, ctrl.list) { in vcap_encode_rule_keyset() 1014 INIT_LIST_HEAD(&duprule->data.keyfields); in vcap_dup_rule() 1021 list_for_each_entry(ckf, &ri->data.keyfields, ctrl.list) { in vcap_dup_rule() 1025 list_add_tail(&newckf->ctrl.list, &duprule->data.keyfields); in vcap_dup_rule() 1038 list_for_each_entry_safe(ckf, newckf, &duprule->data.keyfields, ctrl.list) { in vcap_dup_rule() 1319 list_add_tail(&field->ctrl.list, &ri->data.keyfields); in vcap_rule_alloc_keyfield() 1881 list_for_each_entry(ckf, &ri->data.keyfields, ctrl.list) in _vcap_rule_find_keysets() 1892 list_for_each_entry(ckf, &ri->data.keyfields, ctrl.list) in _vcap_rule_find_keysets() 2361 INIT_LIST_HEAD(&ri->data.keyfields); in vcap_alloc_rule() [all …]
|
D | vcap_api.h | 190 struct list_head keyfields; /* list of vcap_client_keyfield */ member
|
D | vcap_api_debugfs.c | 203 list_for_each_entry(ckf, &ri->data.keyfields, ctrl.list) { in vcap_debugfs_show_rule_keyset()
|