Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dvirtio_config.h60 #define VIRTIO_F_NOTIFY_ON_EMPTY 24 macro
/linux-6.15/drivers/vdpa/pds/
H A Ddebugfs.c138 case BIT_ULL(VIRTIO_F_NOTIFY_ON_EMPTY): in print_feature_bits_all()
/linux-6.15/drivers/vhost/
H A Dvhost.h257 VHOST_FEATURES = (1ULL << VIRTIO_F_NOTIFY_ON_EMPTY) |
H A Dvhost.c2795 if (vhost_has_feature(vq, VIRTIO_F_NOTIFY_ON_EMPTY) && in vhost_notify()
/linux-6.15/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c39 …BIT_ULL(VIRTIO_NET_F_SPEED_DUPLEX) | BIT_ULL(VIRTIO_F_NOTIFY_ON_EMPTY) | \
272 MLX5_LOG_VIO_FLAG(VIRTIO_F_NOTIFY_ON_EMPTY); in print_features()