Searched defs:vring (Results 1 – 11 of 11) sorted by relevance
| /dpdk/drivers/crypto/virtio/ |
| H A D | virtio_ring.h | 60 struct vring { struct 62 struct vring_desc *desc; argument 63 struct vring_avail *avail; argument 64 struct vring_used *used; argument 70 * struct vring { argument
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio_ring.h | 91 struct vring { struct 93 struct vring_desc *desc; argument 94 struct vring_avail *avail; argument 95 struct vring_used *used; argument 101 * struct vring { argument
|
| H A D | virtio_user_ethdev.c | 177 struct vring_packed *vring; in virtio_user_setup_queue_packed() local
|
| /dpdk/drivers/net/virtio/virtio_user/ |
| H A D | virtio_user_dev.c | 60 struct vring *vring = &dev->vrings[queue_sel]; in virtio_user_kick_queue() local 713 virtio_user_handle_ctrl_msg(struct virtio_user_dev *dev, struct vring *vring, in virtio_user_handle_ctrl_msg() 765 struct vring_packed *vring, in virtio_user_handle_ctrl_msg_packed() 818 struct vring_packed *vring = &dev->packed_vrings[queue_idx]; in virtio_user_handle_cq_packed() local 852 struct vring *vring = &dev->vrings[queue_idx]; in virtio_user_handle_cq() local
|
| /dpdk/drivers/vdpa/sfc/ |
| H A D | sfc_vdpa_ops.c | 104 struct rte_vhost_vring vring; in sfc_vdpa_enable_vfio_intr() local 175 int vq_num, struct sfc_vdpa_vring_info *vring) in sfc_vdpa_get_vring_info() 226 struct sfc_vdpa_vring_info vring; in sfc_vdpa_virtq_start() local 703 sfc_vdpa_set_vring_state(int vid, int vring, int state) in sfc_vdpa_set_vring_state()
|
| /dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 351 struct rte_vhost_vring vring; in vdpa_enable_vfio_intr() local 438 struct rte_vhost_vring vring; in notify_relay() local 716 struct rte_vhost_vring vring; in vring_relay() local 1094 ifcvf_set_vring_state(int vid, int vring, int state) in ifcvf_set_vring_state()
|
| /dpdk/drivers/net/vhost/ |
| H A D | rte_eth_vhost.c | 574 struct rte_vhost_vring vring; in eth_rxq_intr_enable() local 611 struct rte_vhost_vring vring; in eth_rxq_intr_disable() local 650 struct rte_vhost_vring vring; in eth_vhost_install_intr() local 909 struct rte_vhost_vring vring; in vring_conf_update() local 948 vring_state_changed(int vid, uint16_t vring, int enable) in vring_state_changed()
|
| /dpdk/examples/vhost_blk/ |
| H A D | vhost_blk.h | 33 struct rte_vhost_vring vring; member
|
| /dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa.c | 133 mlx5_vdpa_set_vring_state(int vid, int vring, int state) in mlx5_vdpa_set_vring_state()
|
| /dpdk/drivers/vdpa/ifc/base/ |
| H A D | ifcvf.h | 134 struct vring_info vring[IFCVF_MAX_QUEUES * 2]; member
|
| /dpdk/lib/vhost/ |
| H A D | vhost.c | 932 struct rte_vhost_vring *vring) in rte_vhost_get_vhost_vring() 968 struct rte_vhost_ring_inflight *vring) in rte_vhost_get_vhost_ring_inflight()
|