Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dvirtio_config.h95 #define VIRTIO_F_ORDER_PLATFORM 36 macro
/linux/drivers/vdpa/pds/
H A Ddebugfs.c153 case BIT_ULL(VIRTIO_F_ORDER_PLATFORM): in print_feature_bits_all()
/linux/drivers/virtio/
H A Dvirtio_ring.c1337 if (virtio_has_feature(vdev, VIRTIO_F_ORDER_PLATFORM)) in __vring_new_virtqueue_split()
2557 if (virtio_has_feature(vdev, VIRTIO_F_ORDER_PLATFORM)) in __vring_new_virtqueue_packed()
3521 case VIRTIO_F_ORDER_PLATFORM: in vring_transport_features()
/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c41 BIT_ULL(VIRTIO_F_RING_PACKED) | BIT_ULL(VIRTIO_F_ORDER_PLATFORM) | BIT_ULL(VIRTIO_F_SR_IOV))
277 MLX5_LOG_VIO_FLAG(VIRTIO_F_ORDER_PLATFORM); in print_features()