Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddev.c544 u64 fsystem_guid, psystem_guid; in mlx5_same_hw_devs() local
546 fsystem_guid = mlx5_query_nic_system_image_guid(dev); in mlx5_same_hw_devs()
549 return (fsystem_guid && psystem_guid && fsystem_guid == psystem_guid); in mlx5_same_hw_devs()
H A Den_tc.c3497 u64 fsystem_guid, psystem_guid; in mlx5e_same_hw_devs() local
3502 fsystem_guid = mlx5_query_nic_system_image_guid(fmdev); in mlx5e_same_hw_devs()
3505 return (fsystem_guid == psystem_guid); in mlx5e_same_hw_devs()