Searched refs:actwords (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_api_kunit.c | 705 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() 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 941 .actionstream = actwords, in vcap_api_encode_rule_actionset_test() 983 KUNIT_EXPECT_EQ(test, (u32)0x00000002, actwords[0]); in vcap_api_encode_rule_actionset_test() [all …]
|