Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Ddev.c549 u64 fsystem_guid, psystem_guid; in mlx5_same_hw_devs() local
552 psystem_guid = mlx5_query_nic_system_image_guid(peer_dev); in mlx5_same_hw_devs()
554 return (fsystem_guid && psystem_guid && fsystem_guid == psystem_guid); in mlx5_same_hw_devs()
A Den_tc.c3685 u64 fsystem_guid, psystem_guid; in mlx5e_same_hw_devs() local
3691 psystem_guid = mlx5_query_nic_system_image_guid(pmdev); in mlx5e_same_hw_devs()
3693 return (fsystem_guid == psystem_guid); in mlx5e_same_hw_devs()

Completed in 21 milliseconds