Home
last modified time | relevance | path

Searched refs:VIRTIO_F_ORDER_PLATFORM (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dvirtio_config.h95 #define VIRTIO_F_ORDER_PLATFORM 36 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_config.h93 #define VIRTIO_F_ORDER_PLATFORM 36 macro
/openbmc/linux/drivers/vdpa/pds/
H A Ddebugfs.c153 case BIT_ULL(VIRTIO_F_ORDER_PLATFORM): in print_feature_bits_all()
/openbmc/linux/drivers/vdpa/alibaba/
H A Deni_vdpa.c67 features |= BIT_ULL(VIRTIO_F_ORDER_PLATFORM); in eni_vdpa_get_device_features()
/openbmc/qemu/hw/virtio/
H A Dvirtio-qmp.c60 FEATURE_ENTRY(VIRTIO_F_ORDER_PLATFORM, \
/openbmc/linux/drivers/virtio/
H A Dvirtio_ring.c2100 if (virtio_has_feature(vdev, VIRTIO_F_ORDER_PLATFORM)) in vring_create_virtqueue_packed()
2645 if (virtio_has_feature(vdev, VIRTIO_F_ORDER_PLATFORM)) in __vring_new_virtqueue()
2960 case VIRTIO_F_ORDER_PLATFORM: in vring_transport_features()
/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))
257 MLX5_LOG_VIO_FLAG(VIRTIO_F_ORDER_PLATFORM); in print_features()