Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dvirtio_config.h100 #define VIRTIO_F_SR_IOV 37 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_config.h98 #define VIRTIO_F_SR_IOV 37 macro
/openbmc/linux/drivers/virtio/
H A 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()
H A Dvirtio_pci_common.c618 if (!__virtio_test_bit(vdev, VIRTIO_F_SR_IOV)) in virtio_pci_sriov_configure()
/openbmc/linux/drivers/vdpa/pds/
H A Ddebugfs.c156 case BIT_ULL(VIRTIO_F_SR_IOV): in print_feature_bits_all()
/openbmc/u-boot/include/
H A Dvirtio.h77 #define VIRTIO_F_SR_IOV 37 macro
/openbmc/qemu/hw/virtio/
H A Dvirtio-qmp.c62 FEATURE_ENTRY(VIRTIO_F_SR_IOV, \
/openbmc/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c40 BIT_ULL(VIRTIO_F_RING_PACKED) | BIT_ULL(VIRTIO_F_ORDER_PLATFORM) | BIT_ULL(VIRTIO_F_SR_IOV))
258 MLX5_LOG_VIO_FLAG(VIRTIO_F_SR_IOV); in print_features()