Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/microchip/vcap/
Dvcap_api_kunit.c705 u32 actwords[16] = {0}; in vcap_api_encode_actionfield_test() local
710 .actionstream = actwords, in vcap_api_encode_actionfield_test()
741 KUNIT_EXPECT_EQ(test, (u32)0x0, actwords[0]); in vcap_api_encode_actionfield_test()
742 KUNIT_EXPECT_EQ(test, (u32)((0x32 << (35 + 2 + 1 - sw_width)) & 0x1fffff), actwords[1]); in vcap_api_encode_actionfield_test()
743 KUNIT_EXPECT_EQ(test, (u32)((0x32 >> ((2 * sw_width) - 38 - 1))), actwords[2]); in vcap_api_encode_actionfield_test()
744 KUNIT_EXPECT_EQ(test, (u32)0x0, actwords[3]); in vcap_api_encode_actionfield_test()
745 KUNIT_EXPECT_EQ(test, (u32)0x0, actwords[4]); in vcap_api_encode_actionfield_test()
746 KUNIT_EXPECT_EQ(test, (u32)0x0, actwords[5]); in vcap_api_encode_actionfield_test()
747 KUNIT_EXPECT_EQ(test, (u32)0x0, actwords[6]); in vcap_api_encode_actionfield_test()
937 u32 actwords[16] = {0}; in vcap_api_encode_rule_actionset_test() local
[all …]