Home
last modified time | relevance | path

Searched refs:ckf (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_kunit.c1002 list_del(&ckf->ctrl.list); in vcap_free_ckf()
1003 kfree(ckf); in vcap_free_ckf()
2035 ckf = kzalloc(sizeof(*ckf), GFP_KERNEL); in vcap_api_filter_unsupported_keys_test()
2036 if (ckf) { in vcap_api_filter_unsupported_keys_test()
2037 ckf->ctrl.key = keylist[idx]; in vcap_api_filter_unsupported_keys_test()
2053 list_del(&ckf->ctrl.list); in vcap_api_filter_unsupported_keys_test()
2054 kfree(ckf); in vcap_api_filter_unsupported_keys_test()
2159 ckf = kzalloc(sizeof(*ckf), GFP_KERNEL); in vcap_api_filter_keylist_test()
2160 if (ckf) { in vcap_api_filter_keylist_test()
2178 list_del(&ckf->ctrl.list); in vcap_api_filter_keylist_test()
[all …]
H A Dvcap_api.c1040 kfree(ckf); in vcap_dup_rule()
2394 kfree(ckf); in vcap_free_rule()
2616 return ckf; in vcap_find_keyfield()
2782 if (!ckf) in vcap_rule_get_key_u32()
3300 memcpy(ckf, field, sizeof(*ckf)); in vcap_rule_get_key()
3500 key = ckf->ctrl.key; in vcap_filter_rule_keys()
3504 kfree(ckf); in vcap_filter_rule_keys()
3521 kfree(ckf); in vcap_filter_rule_keys()
3574 ckf->ctrl.key, in vcap_copy_rule()
3575 ckf->ctrl.type, in vcap_copy_rule()
[all …]
H A Dvcap_api_debugfs.c197 struct vcap_client_keyfield *ckf; in vcap_debugfs_show_rule_keyset() local
203 list_for_each_entry(ckf, &ri->data.keyfields, ctrl.list) { in vcap_debugfs_show_rule_keyset()
205 vcap_debugfs_show_rule_keyfield(vctrl, out, ckf->ctrl.key, in vcap_debugfs_show_rule_keyset()
206 keyfield, &ckf->data); in vcap_debugfs_show_rule_keyset()