Home | History | Annotate | Download | only in ieee1394

Lines Matching refs:nodeid

964 	fc->max_node = fc->nodeid & 0x3f;
965 CSRARC(fc, NODE_IDS) = ((uint32_t)fc->nodeid) << 16;
1036 (fc->irm == fc->nodeid) ? " (me)" : "");
1039 if (fc->irm == fc->nodeid) {
1795 fwdev->speed = fc->speed_map->speed[fc->nodeid][node];
1900 if (node == fc->nodeid) {
1902 printf("found myself node(%d) fc->nodeid(%d)"
1904 node, fc->nodeid, fc->max_node);
2239 bmr = fc->nodeid;
2280 xfer->send.payload[1] = htonl(fc->nodeid);
2315 cmstr = fc->nodeid;
2323 (CSRARC(fc, BUS_MGR_ID) != fc->nodeid) ? " (me)" : "");
2324 if (CSRARC(fc, BUS_MGR_ID) != fc->nodeid)
2332 if (cmstr == fc->nodeid || cmstr == -1)