Home
last modified time | relevance | path

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

/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_net.c32 (1ULL << VIRTIO_NET_F_CTRL_VQ) | \
137 if (!(vdpasim->features & (1ULL << VIRTIO_NET_F_CTRL_VQ))) in vdpasim_handle_cvq()
/linux/drivers/vdpa/pds/
H A Ddebugfs.c102 case BIT_ULL(VIRTIO_NET_F_CTRL_VQ): in print_feature_bits_all()
H A Dvdpa_dev.c690 if (pdsv->supported_features & BIT_ULL(VIRTIO_NET_F_CTRL_VQ)) in pds_vdpa_dev_add()
/linux/drivers/vdpa/alibaba/
H A Deni_vdpa.c463 if (features & BIT_ULL(VIRTIO_NET_F_CTRL_VQ)) in eni_vdpa_get_num_queues()
/linux/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c1722 (config->features & BIT_ULL(VIRTIO_NET_F_CTRL_VQ))) in features_is_valid()