Home
last modified time | relevance | path

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

/dpdk/drivers/common/sfc_efx/base/
H A Drhead_virtio.c155 MCDI_IN_SET_BYTE(req, VIRTIO_FINI_QUEUE_REQ_QUEUE_TYPE, evvp->evv_type); in rhead_virtio_qstop()
208 switch (evvp->evv_type) { in rhead_virtio_get_doorbell_offset()
243 if (evvp->evv_type == EFX_VIRTIO_VQ_TYPE_NET_RXQ) { in rhead_virtio_get_doorbell_offset()
246 } else if (evvp->evv_type == EFX_VIRTIO_VQ_TYPE_NET_TXQ) { in rhead_virtio_get_doorbell_offset()
H A Defx_virtio.c132 evvp->evv_type = evvcp->evvc_type; in efx_virtio_qstart()
H A Defx_impl.h1849 efx_virtio_vq_type_t evv_type; member