Home
last modified time | relevance | path

Searched refs:link_on (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/firewire/
H A Dcore-topology.c36 node->link_on = phy_packet_self_id_zero_get_link_active(sid); in fw_node_create()
374 if (node0->link_on && !node1->link_on) in update_tree()
376 else if (!node0->link_on && node1->link_on) in update_tree()
378 else if (node1->initiated_reset && node1->link_on) in update_tree()
385 node0->link_on = node1->link_on; in update_tree()
H A Dcore.h57 * enable the PHY or set the link_on bit and initiate a bus
183 u8 link_on:1; member
H A Dcore-card.c346 if (!card->irm_node->link_on) { in bm_work()
449 * Either link_on is false, or we failed to read the in bm_work()
/linux/tools/firewire/
H A Dnosy-dump.h21 } common, link_on; member
H A Dnosy-dump.c779 printf("link-on packet, phy_id=%02x", pp->link_on.phy_id); in print_packet()