Lines Matching full:extended
192 unsigned int phy_id, bool extended, in serialize_phy_packet_self_id_zero() argument
200 phy_packet_self_id_set_extended(quadlet, extended); in serialize_phy_packet_self_id_zero()
211 unsigned int *phy_id, bool *extended, in deserialize_phy_packet_self_id_zero() argument
219 *extended = phy_packet_self_id_get_extended(quadlet); in deserialize_phy_packet_self_id_zero()
230 unsigned int phy_id, bool extended, in serialize_phy_packet_self_id_extended() argument
235 phy_packet_self_id_set_extended(quadlet, extended); in serialize_phy_packet_self_id_extended()
241 unsigned int *phy_id, bool *extended, in deserialize_phy_packet_self_id_extended() argument
246 *extended = phy_packet_self_id_get_extended(quadlet); in deserialize_phy_packet_self_id_extended()
654 bool extended; in test_phy_packet_self_id_zero_case0() local
665 deserialize_phy_packet_self_id_zero(expected[0], &packet_identifier, &phy_id, &extended, in test_phy_packet_self_id_zero_case0()
671 KUNIT_EXPECT_FALSE(test, extended); in test_phy_packet_self_id_zero_case0()
680 serialize_phy_packet_self_id_zero(quadlets, packet_identifier, phy_id, extended, in test_phy_packet_self_id_zero_case0()
709 bool extended; in test_phy_packet_self_id_zero_case1() local
720 deserialize_phy_packet_self_id_zero(expected[0], &packet_identifier, &phy_id, &extended, in test_phy_packet_self_id_zero_case1()
726 KUNIT_EXPECT_FALSE(test, extended); in test_phy_packet_self_id_zero_case1()
735 serialize_phy_packet_self_id_zero(quadlets, packet_identifier, phy_id, extended, in test_phy_packet_self_id_zero_case1()
767 bool extended; in test_phy_packet_self_id_zero_and_one() local
780 deserialize_phy_packet_self_id_zero(expected[0], &packet_identifier, &phy_id, &extended, in test_phy_packet_self_id_zero_and_one()
786 KUNIT_EXPECT_FALSE(test, extended); in test_phy_packet_self_id_zero_and_one()
795 serialize_phy_packet_self_id_zero(quadlets, packet_identifier, phy_id, extended, in test_phy_packet_self_id_zero_and_one()
799 deserialize_phy_packet_self_id_extended(expected[1], &packet_identifier, &phy_id, &extended, in test_phy_packet_self_id_zero_and_one()
804 KUNIT_EXPECT_TRUE(test, extended); in test_phy_packet_self_id_zero_and_one()
808 serialize_phy_packet_self_id_extended(&quadlets[1], packet_identifier, phy_id, extended, in test_phy_packet_self_id_zero_and_one()