Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/vdpa/mlx5/core/
Dmlx5_vdpa.h76 u64 mlx_features; member
/Linux-v5.15/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c1848 ndev->mvdev.mlx_features |= mlx_to_vritio_features(dev_features); in mlx5_vdpa_get_features()
1850 ndev->mvdev.mlx_features |= BIT_ULL(VIRTIO_F_VERSION_1); in mlx5_vdpa_get_features()
1851 ndev->mvdev.mlx_features |= BIT_ULL(VIRTIO_F_ACCESS_PLATFORM); in mlx5_vdpa_get_features()
1852 ndev->mvdev.mlx_features |= BIT_ULL(VIRTIO_NET_F_CTRL_VQ); in mlx5_vdpa_get_features()
1853 ndev->mvdev.mlx_features |= BIT_ULL(VIRTIO_NET_F_CTRL_MAC_ADDR); in mlx5_vdpa_get_features()
1854 ndev->mvdev.mlx_features |= BIT_ULL(VIRTIO_NET_F_MQ); in mlx5_vdpa_get_features()
1856 print_features(mvdev, ndev->mvdev.mlx_features, false); in mlx5_vdpa_get_features()
1857 return ndev->mvdev.mlx_features; in mlx5_vdpa_get_features()
1944 ndev->mvdev.actual_features = features & ndev->mvdev.mlx_features; in mlx5_vdpa_set_features()
2195 ndev->mvdev.mlx_features = 0; in mlx5_vdpa_reset()
[all …]