Lines Matching defs:self_id
1300 union fw_self_id *self_id;
1313 self_id = &fc->topology_map->self_id[0];
1321 *self_id = *((union fw_self_id *)sid);
1323 if (self_id->p0.sequel == 0) {
1328 node = self_id->p0.phy_id;
1330 fc->max_node = self_id->p0.phy_id;
1333 self_id->p0.phy_speed;
1338 self_id->p0.phy_speed);
1340 if ((fc->irm == -1 || self_id->p0.phy_id > fc->irm) &&
1341 (self_id->p0.link_active && self_id->p0.contender))
1342 fc->irm = self_id->p0.phy_id;
1343 if (self_id->p0.port0 >= 0x2)
1345 if (self_id->p0.port1 >= 0x2)
1347 if (self_id->p0.port2 >= 0x2)
1353 self_id++;
1660 * Find the self_id packet for a node, ignoring sequels.
1669 s = &fc->topology_map->self_id[i];
2283 union fw_self_id *self_id;
2288 self_id = fw_find_self_id(fc, fc->max_node);
2291 if (self_id->p0.link_active && self_id->p0.contender)