Lines Matching refs:node_id
35 node->node_id = LOCAL_BUS | phy_packet_self_id_get_phy_id(sid);
191 if (phy_id == (card->node_id & 0x3f))
383 node0->node_id = node1->node_id;
441 int node_count = (card->root_node->node_id & 0x3f) + 1;
454 void fw_core_handle_bus_reset(struct fw_card *card, int node_id, int generation,
459 trace_bus_reset_handle(card->index, generation, node_id, bm_abdicate, self_ids, self_id_count);
475 card->node_id = node_id;
477 * Update node_id before generation to prevent anybody from using
478 * a stale node_id together with a current generation.