Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dvirtio_config.h89 #define VIRTIO_F_ORDER_PLATFORM 36 macro
/Linux-v5.15/drivers/virtio/
Dvirtio_ring.c1715 if (virtio_has_feature(vdev, VIRTIO_F_ORDER_PLATFORM)) in vring_create_virtqueue_packed()
2203 if (virtio_has_feature(vdev, VIRTIO_F_ORDER_PLATFORM)) in __vring_new_virtqueue()
2354 case VIRTIO_F_ORDER_PLATFORM: in vring_transport_features()
/Linux-v5.15/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c42 BIT_ULL(VIRTIO_F_RING_PACKED) | BIT_ULL(VIRTIO_F_ORDER_PLATFORM) | BIT_ULL(VIRTIO_F_SR_IOV))
290 MLX5_LOG_VIO_FLAG(VIRTIO_F_ORDER_PLATFORM); in print_features()