Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dvirtio_config.h90 #define VIRTIO_F_SR_IOV 37 macro
/Linux-v5.4/drivers/virtio/
Dvirtio_pci_modern.c158 if ((features & BIT_ULL(VIRTIO_F_SR_IOV)) && in vp_transport_features()
160 __virtio_set_bit(vdev, VIRTIO_F_SR_IOV); in vp_transport_features()
Dvirtio_pci_common.c601 if (!__virtio_test_bit(vdev, VIRTIO_F_SR_IOV)) in virtio_pci_sriov_configure()