Lines Matching refs:guid
106 uint64_t guid; member
302 int hash_indx = HASHGUID(node_cache->node->guid) % HTSZ; in store_node_cache()
345 offset += _unmarshall64(buf + offset, &node->guid); in _load_node()
383 &node_cache->port_cache_keys[i].guid); in _load_node()
403 int hash_indx = HASHGUID(port_cache->port->guid) % HTSZ; in store_port_cache()
440 offset += _unmarshall64(buf + offset, &port->guid); in _load_port()
451 _unmarshall64(buf + offset, &port_cache->remoteport_cache_key.guid); in _load_port()
469 int hash_indx = HASHGUID(port_cache_key->guid) % HTSZ; in _find_port()
474 if (port_cache->port->guid == port_cache_key->guid in _find_port()
483 uint64_t guid) in _find_node() argument
485 int hash_indx = HASHGUID(guid) % HTSZ; in _find_node()
490 if (node_cache->node->guid == guid) in _find_node()
523 port_cache->port->guid); in _fill_port()
554 node_cache->node->guid); in _rebuild_nodes()
781 offset += _marshall64(buf + offset, fabric->from_node->guid); in _cache_header_info()
823 offset += _marshall64(buf + offset, node->guid); in _cache_node()
838 node->ports[i]->guid); in _cache_node()
859 offset += _marshall64(buf + offset, port->guid); in _cache_port()
865 offset += _marshall64(buf + offset, port->node->guid); in _cache_port()
868 offset += _marshall64(buf + offset, port->remoteport->guid); in _cache_port()