Searched refs:psystem_guid (Results 1 – 2 of 2) sorted by relevance
543 u64 fsystem_guid, psystem_guid; in mlx5_same_hw_devs() local546 psystem_guid = mlx5_query_nic_system_image_guid(peer_dev); in mlx5_same_hw_devs()548 return (fsystem_guid && psystem_guid && fsystem_guid == psystem_guid); in mlx5_same_hw_devs()
3331 u64 fsystem_guid, psystem_guid; in same_hw_devs() local3337 psystem_guid = mlx5_query_nic_system_image_guid(pmdev); in same_hw_devs()3339 return (fsystem_guid == psystem_guid); in same_hw_devs()
Completed in 14 milliseconds