Searched refs:vcap_keyfields (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/microchip/vcap/ |
D | vcap_api_private.h | 75 const struct vcap_field *vcap_keyfields(struct vcap_control *vctrl,
|
D | vcap_api.c | 250 fields = vcap_keyfields(vctrl, vt, keyset); in vcap_verify_keystream_keyset() 396 const struct vcap_field *vcap_keyfields(struct vcap_control *vctrl, in vcap_keyfields() function 644 kf_table = vcap_keyfields(ri->vctrl, ri->admin->vtype, ri->data.keyset); in vcap_encode_rule_keyset() 1505 keyfield = vcap_keyfields(vctrl, vt, keyset); in vcap_decode_keyset() 1726 fields = vcap_keyfields(ri->vctrl, vt, keyset); in vcap_add_type_keyfield() 1849 fields = vcap_keyfields(vctrl, vtype, keyset); in vcap_find_keyset_keyfield() 2631 fields = vcap_keyfields(ri->vctrl, vt, keyset); in vcap_lookup_keyfield() 2663 fields = vcap_keyfields(ri->vctrl, vt, keyset); in vcap_keyfield_match_keyset() 3512 fields = vcap_keyfields(ri->vctrl, ri->admin->vtype, in vcap_filter_rule_keys()
|
D | vcap_api_debugfs.c | 204 keyfield = vcap_keyfields(vctrl, admin->vtype, ri->data.keyset); in vcap_debugfs_show_rule_keyset()
|
D | vcap_api_kunit.c | 797 ft = vcap_keyfields(&test_vctrl, VCAP_TYPE_IS2, VCAP_KFS_MAC_ETYPE); in vcap_api_vcap_keyfields_test() 801 ft = vcap_keyfields(&test_vctrl, VCAP_TYPE_ES2, VCAP_KFS_PURE_5TUPLE_IP4); in vcap_api_vcap_keyfields_test() 805 ft = vcap_keyfields(&test_vctrl, VCAP_TYPE_ES2, VCAP_KFS_LL_FULL); in vcap_api_vcap_keyfields_test()
|