Home
last modified time | relevance | path

Searched refs:VIRTIO_F_SR_IOV (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/include/uapi/linux/
Dvirtio_config.h94 #define VIRTIO_F_SR_IOV 37 macro
/Linux-v5.15/drivers/virtio/
Dvirtio_pci_modern.c34 if ((features & BIT_ULL(VIRTIO_F_SR_IOV)) && in vp_transport_features()
36 __virtio_set_bit(vdev, VIRTIO_F_SR_IOV); in vp_transport_features()
Dvirtio_pci_common.c608 if (!__virtio_test_bit(vdev, VIRTIO_F_SR_IOV)) in virtio_pci_sriov_configure()
/Linux-v5.15/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c42 BIT_ULL(VIRTIO_F_RING_PACKED) | BIT_ULL(VIRTIO_F_ORDER_PLATFORM) | BIT_ULL(VIRTIO_F_SR_IOV))
291 MLX5_LOG_VIO_FLAG(VIRTIO_F_SR_IOV); in print_features()