Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/ !
Dvirtio_config.h95 #define VIRTIO_F_ORDER_PLATFORM 36 macro
/linux-6.6.21/drivers/vdpa/pds/ !
Ddebugfs.c153 case BIT_ULL(VIRTIO_F_ORDER_PLATFORM): in print_feature_bits_all()
/linux-6.6.21/drivers/vdpa/alibaba/ !
Deni_vdpa.c67 features |= BIT_ULL(VIRTIO_F_ORDER_PLATFORM); in eni_vdpa_get_device_features()
/linux-6.6.21/drivers/virtio/ !
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()
/linux-6.6.21/drivers/vdpa/mlx5/net/ !
Dmlx5_vnet.c40 BIT_ULL(VIRTIO_F_RING_PACKED) | BIT_ULL(VIRTIO_F_ORDER_PLATFORM) | BIT_ULL(VIRTIO_F_SR_IOV))
259 MLX5_LOG_VIO_FLAG(VIRTIO_F_ORDER_PLATFORM); in print_features()