Lines Matching refs:gap_count
193 bool link_is_active, unsigned int gap_count, in serialize_phy_packet_self_id_zero() argument
202 phy_packet_self_id_zero_set_gap_count(quadlet, gap_count); in serialize_phy_packet_self_id_zero()
212 bool *link_is_active, unsigned int *gap_count, in deserialize_phy_packet_self_id_zero() argument
221 *gap_count = phy_packet_self_id_zero_get_gap_count(quadlet); in deserialize_phy_packet_self_id_zero()
253 bool has_gap_count_optimization, unsigned int gap_count) in serialize_phy_packet_phy_config() argument
259 phy_packet_phy_config_set_gap_count(quadlet, gap_count); in serialize_phy_packet_phy_config()
265 unsigned int *gap_count) in deserialize_phy_packet_phy_config() argument
271 *gap_count = phy_packet_phy_config_get_gap_count(quadlet); in deserialize_phy_packet_phy_config()
656 unsigned int gap_count; in test_phy_packet_self_id_zero_case0() local
666 &link_is_active, &gap_count, &scode, &is_contender, in test_phy_packet_self_id_zero_case0()
673 KUNIT_EXPECT_EQ(test, 0x05, gap_count); in test_phy_packet_self_id_zero_case0()
681 link_is_active, gap_count, scode, is_contender, in test_phy_packet_self_id_zero_case0()
711 unsigned int gap_count; in test_phy_packet_self_id_zero_case1() local
721 &link_is_active, &gap_count, &scode, &is_contender, in test_phy_packet_self_id_zero_case1()
728 KUNIT_EXPECT_EQ(test, 0x3f, gap_count); in test_phy_packet_self_id_zero_case1()
736 link_is_active, gap_count, scode, is_contender, in test_phy_packet_self_id_zero_case1()
769 unsigned int gap_count; in test_phy_packet_self_id_zero_and_one() local
781 &link_is_active, &gap_count, &scode, &is_contender, in test_phy_packet_self_id_zero_and_one()
788 KUNIT_EXPECT_EQ(test, 0x3f, gap_count); in test_phy_packet_self_id_zero_and_one()
796 link_is_active, gap_count, scode, is_contender, in test_phy_packet_self_id_zero_and_one()
846 unsigned int gap_count; in test_phy_packet_phy_config_force_root_node() local
850 &gap_count); in test_phy_packet_phy_config_force_root_node()
856 KUNIT_EXPECT_EQ(test, 0, gap_count); in test_phy_packet_phy_config_force_root_node()
859 has_gap_count_optimization, gap_count); in test_phy_packet_phy_config_force_root_node()
873 unsigned int gap_count; in test_phy_packet_phy_config_gap_count_optimization() local
877 &gap_count); in test_phy_packet_phy_config_gap_count_optimization()
883 KUNIT_EXPECT_EQ(test, 0x0f, gap_count); in test_phy_packet_phy_config_gap_count_optimization()
886 has_gap_count_optimization, gap_count); in test_phy_packet_phy_config_gap_count_optimization()