Searched refs:link_is_active (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/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 212 bool *link_is_active, unsigned int *gap_count, in deserialize_phy_packet_self_id_zero() argument 655 bool link_is_active; in test_phy_packet_self_id_zero_case0() local 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 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 787 KUNIT_EXPECT_FALSE(test, link_is_active); in test_phy_packet_self_id_zero_and_one() [all …]
|
| /linux-6.15/drivers/pci/controller/ |
| H A D | pcie-iproc.c | 769 bool link_is_active = false; in iproc_pcie_check_link() local 805 link_is_active = true; in iproc_pcie_check_link() 807 if (!link_is_active) { in iproc_pcie_check_link() 828 link_is_active = true; in iproc_pcie_check_link() 832 dev_info(dev, "link: %s\n", link_is_active ? "UP" : "DOWN"); in iproc_pcie_check_link() 834 return link_is_active ? 0 : -ENODEV; in iproc_pcie_check_link()
|