Home
last modified time | relevance | path

Searched refs:evvcp (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/common/sfc_efx/base/
H A Drhead_virtio.c20 __in efx_virtio_vq_cfg_t *evvcp, in rhead_virtio_qstart() argument
44 if ((!ISP2(evvcp->evvc_vq_size)) || in rhead_virtio_qstart()
65 evvcp->evvc_type); in rhead_virtio_qstart()
67 evvcp->evvc_target_vf); in rhead_virtio_qstart()
73 evvcp->evvc_vq_size); in rhead_virtio_qstart()
78 evvcp->evvc_desc_tbl_addr >> 32); in rhead_virtio_qstart()
88 evvcp->evvc_used_ring_addr >> 32); in rhead_virtio_qstart()
90 if (evvcp->evvc_use_pasid) { in rhead_virtio_qstart()
94 evvcp->evvc_pas_id); in rhead_virtio_qstart()
98 evvcp->evvc_msix_vector); in rhead_virtio_qstart()
[all …]
H A Defx_virtio.c107 __in efx_virtio_vq_cfg_t *evvcp, in efx_virtio_qstart() argument
113 if ((evvcp == NULL) || (evvp == NULL)) { in efx_virtio_qstart()
129 if ((rc = evop->evo_virtio_qstart(evvp, evvcp, evvdp)) != 0) in efx_virtio_qstart()
132 evvp->evv_type = evvcp->evvc_type; in efx_virtio_qstart()
133 evvp->evv_target_vf = evvcp->evvc_target_vf; in efx_virtio_qstart()
H A Drhead_impl.h488 __in efx_virtio_vq_cfg_t *evvcp,
H A Defx.h4959 __in efx_virtio_vq_cfg_t *evvcp,