Home
last modified time | relevance | path

Searched refs:VIRTIO_F_NOTIFY_ON_EMPTY (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvirtio_config.h60 #define VIRTIO_F_NOTIFY_ON_EMPTY 24 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvirtio_config.h60 #define VIRTIO_F_NOTIFY_ON_EMPTY 24 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvirtio_config.h60 #define VIRTIO_F_NOTIFY_ON_EMPTY 24 macro
/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dvhost.h238 VHOST_FEATURES = (1ULL << VIRTIO_F_NOTIFY_ON_EMPTY) |
H A Dvhost.c2439 if (vhost_has_feature(vq, VIRTIO_F_NOTIFY_ON_EMPTY) && in vhost_notify()
/OK3568_Linux_fs/kernel/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c30 …BIT_ULL(VIRTIO_NET_F_SPEED_DUPLEX) | BIT_ULL(VIRTIO_F_NOTIFY_ON_EMPTY) | \
228 MLX5_LOG_VIO_FLAG(VIRTIO_F_NOTIFY_ON_EMPTY); in print_features()