Home
last modified time | relevance | path

Searched refs:fsystem_guid (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Ddev.c543 u64 fsystem_guid, psystem_guid; in mlx5_same_hw_devs() local
545 fsystem_guid = mlx5_query_nic_system_image_guid(dev); in mlx5_same_hw_devs()
548 return (fsystem_guid && psystem_guid && fsystem_guid == psystem_guid); in mlx5_same_hw_devs()
A Den_tc.c3331 u64 fsystem_guid, psystem_guid; in same_hw_devs() local
3336 fsystem_guid = mlx5_query_nic_system_image_guid(fmdev); in same_hw_devs()
3339 return (fsystem_guid == psystem_guid); in same_hw_devs()

Completed in 18 milliseconds