Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dvirtio_config.h81 #define VIRTIO_F_SR_IOV 37 macro
/Linux-v4.19/drivers/virtio/
Dvirtio_pci_modern.c161 if ((features & BIT_ULL(VIRTIO_F_SR_IOV)) && in vp_transport_features()
163 __virtio_set_bit(vdev, VIRTIO_F_SR_IOV); in vp_transport_features()
Dvirtio_pci_common.c602 if (!__virtio_test_bit(vdev, VIRTIO_F_SR_IOV)) in virtio_pci_sriov_configure()