Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/vdpa/mlx5/core/
H A Dmlx5_vdpa.h54 u64 mlx_features; member
/OK3568_Linux_fs/kernel/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c1477 ndev->mvdev.mlx_features = mlx_to_vritio_features(dev_features); in mlx5_vdpa_get_features()
1479 ndev->mvdev.mlx_features |= BIT_ULL(VIRTIO_F_VERSION_1); in mlx5_vdpa_get_features()
1480 ndev->mvdev.mlx_features |= BIT_ULL(VIRTIO_F_ACCESS_PLATFORM); in mlx5_vdpa_get_features()
1481 print_features(mvdev, ndev->mvdev.mlx_features, false); in mlx5_vdpa_get_features()
1482 return ndev->mvdev.mlx_features; in mlx5_vdpa_get_features()
1565 ndev->mvdev.actual_features = features & ndev->mvdev.mlx_features; in mlx5_vdpa_set_features()
1787 ndev->mvdev.mlx_features = 0; in mlx5_vdpa_set_status()