Lines Matching refs:mlx_features
1848 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()
2457 ndev->mvdev.mlx_features |= BIT_ULL(VIRTIO_NET_F_MAC); in mlx5_vdpa_dev_add()