Lines Matching refs:node_id
362 sid, NODEID_TO_BUS(host->node_id)); in hpsb_selfid_received()
371 host->node_id = LOCAL_BUS | phyid; in hpsb_selfid_complete()
393 "... irm_id: 0x%X node_id: 0x%X",host->irm_id,host->node_id); in hpsb_selfid_complete()
396 if (host->irm_id == host->node_id) { in hpsb_selfid_complete()
526 if (packet->node_id == host->node_id) in hpsb_send_packet()
563 if (packet->type == hpsb_async && packet->node_id != ALL_NODES) { in hpsb_send_packet()
565 host->speed_map[NODEID_TO_NODE(host->node_id) * 64 in hpsb_send_packet()
566 + NODEID_TO_NODE(packet->node_id)]; in hpsb_send_packet()
610 && (packet->node_id == (data[1] >> 16))){ in handle_packet_response()
639 || (packet->node_id != (data[1] >> 16))) { in handle_packet_response()
691 p->node_id = data[1] >> 16; in create_reply_packet()
706 packet->header[0] = (packet->node_id << 16) | (packet->tlabel << 10) \
708 packet->header[1] = (packet->host->node_id << 16) | (rcode << 12); \