Searched refs:link_is_active (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/firewire/ |
| H A D | packet-serdes-test.c | 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() [all …]
|