/openbmc/linux/drivers/platform/mellanox/ |
H A D | mlxbf-tmfifo.c | 203 struct mlxbf_tmfifo_vring *vring[2]; member 249 struct mlxbf_tmfifo_vring *vring; in mlxbf_tmfifo_free_vrings() local 271 struct mlxbf_tmfifo_vring *vring; in mlxbf_tmfifo_alloc_vrings() local 327 mlxbf_tmfifo_get_next_desc(struct mlxbf_tmfifo_vring *vring) in mlxbf_tmfifo_get_next_desc() 350 static void mlxbf_tmfifo_release_desc(struct mlxbf_tmfifo_vring *vring, in mlxbf_tmfifo_release_desc() 372 static u32 mlxbf_tmfifo_get_pkt_len(struct mlxbf_tmfifo_vring *vring, in mlxbf_tmfifo_get_pkt_len() 390 static void mlxbf_tmfifo_release_pkt(struct mlxbf_tmfifo_vring *vring) in mlxbf_tmfifo_release_pkt() 411 static void mlxbf_tmfifo_init_net_desc(struct mlxbf_tmfifo_vring *vring, in mlxbf_tmfifo_init_net_desc() 423 mlxbf_tmfifo_get_next_pkt(struct mlxbf_tmfifo_vring *vring, bool is_rx) in mlxbf_tmfifo_get_next_pkt() 454 struct mlxbf_tmfifo_vring *vring, in mlxbf_tmfifo_console_output_one() [all …]
|
/openbmc/u-boot/include/ |
H A D | virtio_ring.h | 77 struct vring { struct 79 struct vring_desc *desc; argument 80 struct vring_avail *avail; argument 81 struct vring_used *used; argument 91 * @vring: actual memory layout for this queue argument 104 struct vring vring; member
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_ring.h | 156 struct vring { struct 159 vring_desc_t *desc; argument 161 vring_avail_t *avail; argument 163 vring_used_t *used; argument 171 * struct vring argument
|
/openbmc/linux/include/uapi/linux/ |
H A D | virtio_ring.h | 158 struct vring { struct 161 vring_desc_t *desc; argument 163 vring_avail_t *avail; argument 165 vring_used_t *used; argument 173 * struct vring argument
|
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | txrx.c | 71 struct wil_ring *vring = &wil->ring_tx[i]; in wil_is_tx_idle() local 110 static int wil_vring_alloc(struct wil6210_priv *wil, struct wil_ring *vring) in wil_vring_alloc() 190 static void wil_vring_free(struct wil6210_priv *wil, struct wil_ring *vring) in wil_vring_free() 256 static int wil_vring_alloc_skb(struct wil6210_priv *wil, struct wil_ring *vring, in wil_vring_alloc_skb() 440 struct wil_ring *vring) in wil_vring_reap_rx() 1051 struct wil_ring *vring = &wil->ring_rx; in wil_rx_init() local 1086 struct wil_ring *vring = &wil->ring_rx; in wil_rx_fini() local 1164 struct wil_ring *vring = &wil->ring_tx[id]; in wil_vring_init_tx() local 1267 struct wil_ring *vring = &wil->ring_tx[ring_id]; in wil_tx_vring_modify() local 1341 struct wil_ring *vring = &wil->ring_tx[id]; in wil_vring_init_bcast() local [all …]
|
/openbmc/u-boot/drivers/virtio/ |
H A D | virtio_ring.c | 205 struct vring vring, in __vring_new_virtqueue() 249 struct vring vring; in vring_create_virtqueue() local
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-shadow-virtqueue.h | 52 struct vring vring; member
|
H A D | virtio.c | 122 VRing vring; member 290 VRing *vring = &vdev->vq[n].vring; in virtio_queue_update_rings() local
|
/openbmc/linux/drivers/vdpa/alibaba/ |
H A D | eni_vdpa.c | 41 struct eni_vring *vring; member 141 struct eni_vring *vring = arg; in eni_vdpa_vq_handler() local
|
/openbmc/linux/drivers/remoteproc/ |
H A D | ingenic_rproc.c | 156 u32 vring; in vpu_interrupt() local
|
H A D | remoteproc_core.c | 390 struct fw_rsc_vdev_vring *vring = &rsc->vring[i]; in rproc_parse_vring() local
|
/openbmc/linux/drivers/vdpa/virtio_pci/ |
H A D | vp_vdpa.c | 37 struct vp_vring *vring; member 139 struct vp_vring *vring = arg; in vp_vdpa_vq_handler() local
|
/openbmc/linux/drivers/vdpa/ifcvf/ |
H A D | ifcvf_main.c | 32 struct vring_info *vring = arg; in ifcvf_vq_intr_handler() local 43 struct vring_info *vring; in ifcvf_vqs_reused_intr_handler() local
|
H A D | ifcvf_base.h | 79 struct vring_info *vring; member
|
/openbmc/linux/include/linux/ |
H A D | vringh.h | 48 struct vring vring; member
|
H A D | remoteproc.h | 311 struct fw_rsc_vdev_vring vring[]; member 652 struct rproc_vring vring[RVDEV_NUM_VRINGS]; member
|
/openbmc/linux/tools/virtio/ |
H A D | virtio_test.c | 34 struct vring vring; member
|
H A D | vringh_test.c | 667 struct vring vring; in main() local
|
/openbmc/linux/drivers/vdpa/vdpa_sim/ |
H A D | vdpa_sim.h | 23 struct vringh vring; member
|
H A D | vdpa_sim.c | 82 static void vdpasim_vq_notify(struct vringh *vring) in vdpasim_vq_notify()
|
/openbmc/linux/drivers/vdpa/mlx5/core/ |
H A D | mlx5_vdpa.h | 56 struct vringh vring; member
|
/openbmc/linux/drivers/virtio/ |
H A D | virtio_ring.c | 91 struct vring vring; member 125 } vring; member 523 struct vring_virtqueue *vring = to_vvq(vq); in virtqueue_add_desc_split() local
|
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user.h | 339 VuRing vring; member
|
/openbmc/qemu/subprojects/libvduse/ |
H A D | libvduse.c | 97 VduseRing vring; member
|
/openbmc/linux/drivers/vdpa/mlx5/net/ |
H A D | mlx5_vnet.c | 2161 static void mlx5_cvq_notify(struct vringh *vring) in mlx5_cvq_notify()
|