Searched refs:evvc_vq_size (Results 1 – 3 of 3) sorted by relevance
44 if ((!ISP2(evvcp->evvc_vq_size)) || in rhead_virtio_qstart()45 (evvcp->evvc_vq_size > EFX_VIRTIO_MAX_VQ_SIZE)) { in rhead_virtio_qstart()51 if ((evvdp->evvd_vq_cidx > evvcp->evvc_vq_size) || in rhead_virtio_qstart()52 (evvdp->evvd_vq_pidx > evvcp->evvc_vq_size)) { in rhead_virtio_qstart()73 evvcp->evvc_vq_size); in rhead_virtio_qstart()
4906 uint32_t evvc_vq_size; member
258 vq_cfg.evvc_vq_size = vring.size; in sfc_vdpa_virtq_start()