Lines Matching defs:self_id
960 union fw_self_id *self_id;
973 self_id = fc->topology_map->self_id;
981 *self_id = *((union fw_self_id *)sid);
983 if (self_id->p0.sequel == 0) {
988 node = self_id->p0.phy_id;
990 fc->max_node = self_id->p0.phy_id;
993 self_id->p0.phy_speed;
998 self_id->p0.phy_speed);
999 if ((fc->irm == -1 || self_id->p0.phy_id > fc->irm) &&
1000 (self_id->p0.link_active && self_id->p0.contender))
1001 fc->irm = self_id->p0.phy_id;
1002 if (self_id->p0.port0 >= 0x2)
1004 if (self_id->p0.port1 >= 0x2)
1006 if (self_id->p0.port2 >= 0x2)
1012 self_id++;
1863 * Find the self_id packet for a node, ignoring sequels.
1872 s = &fc->topology_map->self_id[i];
2301 union fw_self_id *self_id;
2306 self_id = fw_find_self_id(fc, fc->max_node);
2309 if (self_id->p0.link_active && self_id->p0.contender)