Lines Matching refs:has_more_packets

196 					      bool has_more_packets)  in serialize_phy_packet_self_id_zero()  argument
207 phy_packet_self_id_set_more_packets(quadlet, has_more_packets); in serialize_phy_packet_self_id_zero()
215 bool *is_initiated_reset, bool *has_more_packets) in deserialize_phy_packet_self_id_zero() argument
226 *has_more_packets = phy_packet_self_id_get_more_packets(quadlet); in deserialize_phy_packet_self_id_zero()
231 unsigned int sequence, bool has_more_packets) in serialize_phy_packet_self_id_extended() argument
237 phy_packet_self_id_set_more_packets(quadlet, has_more_packets); in serialize_phy_packet_self_id_extended()
242 unsigned int *sequence, bool *has_more_packets) in deserialize_phy_packet_self_id_extended() argument
248 *has_more_packets = phy_packet_self_id_get_more_packets(quadlet); in deserialize_phy_packet_self_id_extended()
662 bool has_more_packets; in test_phy_packet_self_id_zero_case0() local
667 &power_class, &is_initiated_reset, &has_more_packets); in test_phy_packet_self_id_zero_case0()
678 KUNIT_EXPECT_FALSE(test, has_more_packets); in test_phy_packet_self_id_zero_case0()
682 power_class, is_initiated_reset, has_more_packets); in test_phy_packet_self_id_zero_case0()
717 bool has_more_packets; in test_phy_packet_self_id_zero_case1() local
722 &power_class, &is_initiated_reset, &has_more_packets); in test_phy_packet_self_id_zero_case1()
733 KUNIT_EXPECT_FALSE(test, has_more_packets); in test_phy_packet_self_id_zero_case1()
737 power_class, is_initiated_reset, has_more_packets); in test_phy_packet_self_id_zero_case1()
775 bool has_more_packets; in test_phy_packet_self_id_zero_and_one() local
782 &power_class, &is_initiated_reset, &has_more_packets); in test_phy_packet_self_id_zero_and_one()
793 KUNIT_EXPECT_TRUE(test, has_more_packets); in test_phy_packet_self_id_zero_and_one()
797 power_class, is_initiated_reset, has_more_packets); in test_phy_packet_self_id_zero_and_one()
800 &sequence, &has_more_packets); in test_phy_packet_self_id_zero_and_one()
806 KUNIT_EXPECT_FALSE(test, has_more_packets); in test_phy_packet_self_id_zero_and_one()
809 sequence, has_more_packets); in test_phy_packet_self_id_zero_and_one()