Home
last modified time | relevance | path

Searched refs:evvc_vq_size (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/common/sfc_efx/base/
H A Drhead_virtio.c44 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()
H A Defx.h4906 uint32_t evvc_vq_size; member
/dpdk/drivers/vdpa/sfc/
H A Dsfc_vdpa_ops.c258 vq_cfg.evvc_vq_size = vring.size; in sfc_vdpa_virtq_start()