Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/vdpa/mlx5/core/
Dmlx5_vdpa.h49 u64 mlx_features; member
/Linux-v5.10/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c1468 ndev->mvdev.mlx_features = mlx_to_vritio_features(dev_features); in mlx5_vdpa_get_features()
1470 ndev->mvdev.mlx_features |= BIT_ULL(VIRTIO_F_VERSION_1); in mlx5_vdpa_get_features()
1471 ndev->mvdev.mlx_features |= BIT_ULL(VIRTIO_F_ACCESS_PLATFORM); in mlx5_vdpa_get_features()
1472 print_features(mvdev, ndev->mvdev.mlx_features, false); in mlx5_vdpa_get_features()
1473 return ndev->mvdev.mlx_features; in mlx5_vdpa_get_features()
1542 ndev->mvdev.actual_features = features & ndev->mvdev.mlx_features; in mlx5_vdpa_set_features()
1753 ndev->mvdev.mlx_features = 0; in mlx5_vdpa_set_status()