Home
last modified time | relevance | path

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

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