Searched refs:actwords (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/net/ethernet/microchip/vcap/ |
| H A D | vcap_api_kunit.c | 708 u32 actwords[16] = {0}; in vcap_api_encode_actionfield_test() local 713 .actionstream = actwords, in vcap_api_encode_actionfield_test() 744 KUNIT_EXPECT_EQ(test, (u32)0x0, actwords[0]); in vcap_api_encode_actionfield_test() 747 KUNIT_EXPECT_EQ(test, (u32)0x0, actwords[3]); in vcap_api_encode_actionfield_test() 748 KUNIT_EXPECT_EQ(test, (u32)0x0, actwords[4]); in vcap_api_encode_actionfield_test() 749 KUNIT_EXPECT_EQ(test, (u32)0x0, actwords[5]); in vcap_api_encode_actionfield_test() 750 KUNIT_EXPECT_EQ(test, (u32)0x0, actwords[6]); in vcap_api_encode_actionfield_test() 940 u32 actwords[16] = {0}; in vcap_api_encode_rule_actionset_test() local 944 .actionstream = actwords, in vcap_api_encode_rule_actionset_test() 986 KUNIT_EXPECT_EQ(test, (u32)0x00000002, actwords[0]); in vcap_api_encode_rule_actionset_test() [all …]
|