Searched refs:test_vctrl (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/microchip/vcap/ |
D | vcap_api_kunit.c | 226 static struct vcap_control test_vctrl = { variable 235 INIT_LIST_HEAD(&test_vctrl.list); in vcap_test_api_init() 240 list_add_tail(&admin->list, &test_vctrl.list); in vcap_test_api_init() 288 rule = vcap_alloc_rule(&test_vctrl, &test_netdev, cid, user, priority, in test_vcap_xn_rule_creator() 594 .vctrl = &test_vctrl, in vcap_api_encode_keyfield_test() 655 .vctrl = &test_vctrl, in vcap_api_encode_max_keyfield_test() 718 .vctrl = &test_vctrl, in vcap_api_encode_actionfield_test() 754 tg = vcap_keyfield_typegroup(&test_vctrl, VCAP_TYPE_IS2, VCAP_KFS_MAC_ETYPE); in vcap_api_keyfield_typegroup_test() 766 tg = vcap_keyfield_typegroup(&test_vctrl, VCAP_TYPE_ES2, VCAP_KFS_LL_FULL); in vcap_api_keyfield_typegroup_test() 774 tg = vcap_actionfield_typegroup(&test_vctrl, VCAP_TYPE_IS0, VCAP_AFS_FULL); in vcap_api_actionfield_typegroup_test() [all …]
|
D | vcap_api_debugfs_kunit.c | 236 static struct vcap_control test_vctrl = { variable 245 INIT_LIST_HEAD(&test_vctrl.list); in vcap_test_api_init() 250 list_add_tail(&admin->list, &test_vctrl.list); in vcap_test_api_init() 327 ret = vcap_addr_keysets(&test_vctrl, &test_netdev, &admin, in vcap_api_addr_keyset_test() 336 ret = vcap_addr_keysets(&test_vctrl, &test_netdev, &admin, in vcap_api_addr_keyset_test() 375 ret = vcap_show_admin_raw(&test_vctrl, &admin, &out); in vcap_api_show_admin_raw_test() 420 vcap_show_admin_info(&test_vctrl, &admin, &out); in vcap_api_show_admin_test() 522 .vctrl = &test_vctrl, in vcap_api_show_admin_rule_test() 532 ret = vcap_show_admin(&test_vctrl, &admin, &out); in vcap_api_show_admin_rule_test()
|