Lines Matching full:guid
33 /*This file support the handling of the Alias GUID feature. */
100 /* cache the guid: */ in mlx4_ib_update_cache_on_guid_change()
105 pr_debug("Guid number: %d in block: %d" in mlx4_ib_update_cache_on_guid_change()
177 * Whenever new GUID is set/unset (guid table change) create event and
179 * If the GUID value is not as we have in the cache the slave will not be
228 * Check if guid is not the same as in the cache, in mlx4_ib_notify_slaves_on_guid_change()
255 /*2 cases: Valid GUID, and Invalid Guid*/ in mlx4_ib_notify_slaves_on_guid_change()
257 if (tmp_cur_ag != MLX4_NOT_SET_GUID) { /*valid GUID*/ in mlx4_ib_notify_slaves_on_guid_change()
271 } else { /* request to invalidate GUID */ in mlx4_ib_notify_slaves_on_guid_change()
363 /* We save the GUID we just got from the SM in the in aliasguid_query_handler()
365 * request from the sm the process will ask for the same GUID */ in aliasguid_query_handler()
371 " admin guid after SysAdmin " in aliasguid_query_handler()
467 it is the first guid of the first record (hw guid) or in invalidate_guid_record()
584 __be64 guid; in mlx4_ib_guid_port_init() local
590 /* no request for the 0 entry (hw guid) */ in mlx4_ib_guid_port_init()
594 guid = mlx4_get_admin_guid(dev->dev, entry, port); in mlx4_ib_guid_port_init()
597 [GUID_REC_SIZE * k] = guid; in mlx4_ib_guid_port_init()
598 pr_debug("guid was set, entry=%d, val=0x%llx, port=%d\n", in mlx4_ib_guid_port_init()
600 be64_to_cpu(guid), in mlx4_ib_guid_port_init()