Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Ddev.c557 u64 fsystem_guid, psystem_guid; in mlx5_same_hw_devs() local
560 psystem_guid = mlx5_query_nic_system_image_guid(peer_dev); in mlx5_same_hw_devs()
562 return (fsystem_guid && psystem_guid && fsystem_guid == psystem_guid); in mlx5_same_hw_devs()
Den_tc.c3563 u64 fsystem_guid, psystem_guid; in mlx5e_same_hw_devs() local
3569 psystem_guid = mlx5_query_nic_system_image_guid(pmdev); in mlx5e_same_hw_devs()
3571 return (fsystem_guid == psystem_guid); in mlx5e_same_hw_devs()