Searched refs:link_is_active (Results 1 – 2 of 2) 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 …]
|
| /linux/drivers/pci/controller/ |
| H A D | pcie-iproc.c | 770 bool link_is_active = false; in iproc_pcie_check_link() local 806 link_is_active = true; in iproc_pcie_check_link() 808 if (!link_is_active) { in iproc_pcie_check_link() 829 link_is_active = true; in iproc_pcie_check_link() 833 dev_info(dev, "link: %s\n", link_is_active ? "UP" : "DOWN"); in iproc_pcie_check_link() 835 return link_is_active ? 0 : -ENODEV; in iproc_pcie_check_link()
|