Lines Matching refs:link_is_active
193 bool link_is_active, unsigned int gap_count, in serialize_phy_packet_self_id_zero() argument
201 phy_packet_self_id_zero_set_link_active(quadlet, link_is_active); in serialize_phy_packet_self_id_zero()
212 bool *link_is_active, unsigned int *gap_count, in deserialize_phy_packet_self_id_zero() argument
220 *link_is_active = phy_packet_self_id_zero_get_link_active(quadlet); in deserialize_phy_packet_self_id_zero()
655 bool link_is_active; 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()
672 KUNIT_EXPECT_TRUE(test, link_is_active); 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()
710 bool link_is_active; 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()
727 KUNIT_EXPECT_TRUE(test, link_is_active); 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()
768 bool link_is_active; 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()
787 KUNIT_EXPECT_FALSE(test, link_is_active); 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()