Searched refs:vcap_client_keyfield (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_api_kunit.c | 599 struct vcap_client_keyfield ckf = { in vcap_api_encode_keyfield_test() 660 struct vcap_client_keyfield ckf = { in vcap_api_encode_max_keyfield_test() 844 struct vcap_client_keyfield ckf[] = { in vcap_api_encode_rule_keyset_test() 1002 struct vcap_client_keyfield *ckf, *next_ckf; in vcap_free_ckf() 1023 struct vcap_client_keyfield *kf; in vcap_api_rule_add_keyvalue_test() 1036 kf = list_first_entry(&rule->keyfields, struct vcap_client_keyfield, in vcap_api_rule_add_keyvalue_test() 1049 kf = list_first_entry(&rule->keyfields, struct vcap_client_keyfield, in vcap_api_rule_add_keyvalue_test() 1063 kf = list_first_entry(&rule->keyfields, struct vcap_client_keyfield, in vcap_api_rule_add_keyvalue_test() 1076 kf = list_first_entry(&rule->keyfields, struct vcap_client_keyfield, in vcap_api_rule_add_keyvalue_test() 1089 kf = list_first_entry(&rule->keyfields, struct vcap_client_keyfield, in vcap_api_rule_add_keyvalue_test() [all …]
|
H A D | vcap_api.c | 447 const struct vcap_client_keyfield *kf, in vcap_encode_keyfield() 533 struct vcap_client_keyfield *dst, in vcap_copy_from_client_keyfield() 534 const struct vcap_client_keyfield *src) in vcap_copy_from_client_keyfield() 637 const struct vcap_client_keyfield *ckf; in vcap_encode_rule_keyset() 639 struct vcap_client_keyfield tempkf; in vcap_encode_rule_keyset() 1003 struct vcap_client_keyfield *ckf, *newckf; in vcap_dup_rule() 1201 struct vcap_client_keyfield *field, in vcap_copy_to_client_keyfield() 1310 struct vcap_client_keyfield *field; in vcap_rule_alloc_keyfield() 1870 const struct vcap_client_keyfield *ckf; in _vcap_rule_find_keysets() 2389 struct vcap_client_keyfield *ckf, *next_ckf; in vcap_free_rule() [all …]
|
H A D | vcap_api_client.h | 78 struct vcap_client_keyfield { struct
|
H A D | vcap_api_debugfs.c | 197 struct vcap_client_keyfield *ckf; in vcap_debugfs_show_rule_keyset()
|