/linux-6.1.9/drivers/platform/mellanox/ |
D | mlxbf-tmfifo.c | 166 struct mlxbf_tmfifo_vring *vring[2]; member 211 struct mlxbf_tmfifo_vring *vring; in mlxbf_tmfifo_free_vrings() local 233 struct mlxbf_tmfifo_vring *vring; in mlxbf_tmfifo_alloc_vrings() local 288 mlxbf_tmfifo_get_next_desc(struct mlxbf_tmfifo_vring *vring) in mlxbf_tmfifo_get_next_desc() 311 static void mlxbf_tmfifo_release_desc(struct mlxbf_tmfifo_vring *vring, in mlxbf_tmfifo_release_desc() 333 static u32 mlxbf_tmfifo_get_pkt_len(struct mlxbf_tmfifo_vring *vring, in mlxbf_tmfifo_get_pkt_len() 351 static void mlxbf_tmfifo_release_pending_pkt(struct mlxbf_tmfifo_vring *vring) in mlxbf_tmfifo_release_pending_pkt() 372 static void mlxbf_tmfifo_init_net_desc(struct mlxbf_tmfifo_vring *vring, in mlxbf_tmfifo_init_net_desc() 384 mlxbf_tmfifo_get_next_pkt(struct mlxbf_tmfifo_vring *vring, bool is_rx) in mlxbf_tmfifo_get_next_pkt() 415 struct mlxbf_tmfifo_vring *vring, in mlxbf_tmfifo_console_output_one() [all …]
|
/linux-6.1.9/include/uapi/linux/ |
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
|
/linux-6.1.9/drivers/net/wireless/ath/wil6210/ |
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 …]
|
D | wmi.c | 2611 int wmi_rx_chain_add(struct wil6210_priv *wil, struct wil_ring *vring) in wmi_rx_chain_add()
|
/linux-6.1.9/drivers/vdpa/alibaba/ |
D | eni_vdpa.c | 41 struct eni_vring *vring; member 141 struct eni_vring *vring = arg; in eni_vdpa_vq_handler() local
|
/linux-6.1.9/drivers/remoteproc/ |
D | ingenic_rproc.c | 156 u32 vring; in vpu_interrupt() local
|
D | remoteproc_core.c | 390 struct fw_rsc_vdev_vring *vring = &rsc->vring[i]; in rproc_parse_vring() local
|
/linux-6.1.9/drivers/vdpa/virtio_pci/ |
D | vp_vdpa.c | 37 struct vp_vring *vring; member 139 struct vp_vring *vring = arg; in vp_vdpa_vq_handler() local
|
/linux-6.1.9/drivers/vdpa/vdpa_sim/ |
D | vdpa_sim.h | 23 struct vringh vring; member
|
D | vdpa_sim.c | 55 static void vdpasim_vq_notify(struct vringh *vring) in vdpasim_vq_notify()
|
/linux-6.1.9/include/linux/ |
D | vringh.h | 45 struct vring vring; member
|
D | remoteproc.h | 311 struct fw_rsc_vdev_vring vring[]; member 652 struct rproc_vring vring[RVDEV_NUM_VRINGS]; member
|
/linux-6.1.9/drivers/vdpa/ifcvf/ |
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
|
D | ifcvf_base.h | 83 struct vring_info vring[IFCVF_MAX_QUEUES]; member
|
/linux-6.1.9/tools/virtio/ |
D | virtio_test.c | 34 struct vring vring; member
|
D | vringh_test.c | 667 struct vring vring; in main() local
|
/linux-6.1.9/drivers/vdpa/mlx5/core/ |
D | mlx5_vdpa.h | 55 struct vringh vring; member
|
/linux-6.1.9/drivers/virtio/ |
D | virtio_ring.c | 91 struct vring vring; member 125 } vring; member 496 struct vring_virtqueue *vring = to_vvq(vq); in virtqueue_add_desc_split() local
|
/linux-6.1.9/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 2000 static void mlx5_cvq_notify(struct vringh *vring) in mlx5_cvq_notify()
|