Searched defs:vring (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/remoteproc/
H A Dingenic_rproc.c156 u32 vring; local
H A Dremoteproc_core.c391 struct fw_rsc_vdev_vring *vring = &rsc->vring[i]; local
[all...]
/linux-master/include/uapi/linux/
H A Dvirtio_ring.h158 struct vring { struct
/linux-master/include/linux/
H A Dvringh.h48 struct vring vring; member in struct:vringh
H A Dremoteproc.h311 struct fw_rsc_vdev_vring vring[]; member in struct:fw_rsc_vdev
652 struct rproc_vring vring[RVDEV_NUM_VRINGS]; member in struct:rproc_vdev
[all...]
/linux-master/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.h23 struct vringh vring; member in struct:vdpasim_virtqueue
H A Dvdpa_sim.c82 static void vdpasim_vq_notify(struct vringh *vring) argument
[all...]
/linux-master/tools/virtio/
H A Dvirtio_test.c34 struct vring vring; member in struct:vq_info
H A Dvringh_test.c667 struct vring vring; local
[all...]
H A Dvhost_net_test.c41 struct vring vring; member in struct:vq_info
/linux-master/drivers/vdpa/ifcvf/
H A Difcvf_base.h80 struct vring_info *vring; member in struct:ifcvf_hw
H A Difcvf_main.c32 struct vring_info *vring = arg; local
43 struct vring_info *vring; local
[all...]
/linux-master/drivers/vdpa/mlx5/core/
H A Dmlx5_vdpa.h57 struct vringh vring; member in struct:mlx5_control_vq
/linux-master/drivers/vdpa/alibaba/
H A Deni_vdpa.c41 struct eni_vring *vring; member in struct:eni_vdpa
141 struct eni_vring *vring = arg; local
[all...]
/linux-master/drivers/vdpa/virtio_pci/
H A Dvp_vdpa.c37 struct vp_vring *vring; member in struct:vp_vdpa
139 struct vp_vring *vring = arg; local
[all...]
/linux-master/drivers/platform/mellanox/
H A Dmlxbf-tmfifo.c203 struct mlxbf_tmfifo_vring *vring[2]; member in struct:mlxbf_tmfifo
249 struct mlxbf_tmfifo_vring *vring; local
271 struct mlxbf_tmfifo_vring *vring; local
327 mlxbf_tmfifo_get_next_desc(struct mlxbf_tmfifo_vring *vring) argument
350 mlxbf_tmfifo_release_desc(struct mlxbf_tmfifo_vring *vring, struct vring_desc *desc, u32 len) argument
372 mlxbf_tmfifo_get_pkt_len(struct mlxbf_tmfifo_vring *vring, struct vring_desc *desc) argument
390 mlxbf_tmfifo_release_pkt(struct mlxbf_tmfifo_vring *vring) argument
411 mlxbf_tmfifo_init_net_desc(struct mlxbf_tmfifo_vring *vring, struct vring_desc *desc, bool is_rx) argument
423 mlxbf_tmfifo_get_next_pkt(struct mlxbf_tmfifo_vring *vring, bool is_rx) argument
453 mlxbf_tmfifo_console_output_one(struct mlxbf_tmfifo_vdev *cons, struct mlxbf_tmfifo_vring *vring, struct vring_desc *desc) argument
486 mlxbf_tmfifo_console_output(struct mlxbf_tmfifo_vdev *cons, struct mlxbf_tmfifo_vring *vring) argument
601 mlxbf_tmfifo_rxtx_word(struct mlxbf_tmfifo_vring *vring, struct vring_desc *desc, bool is_rx, int len) argument
654 mlxbf_tmfifo_rxtx_header(struct mlxbf_tmfifo_vring *vring, struct vring_desc **desc, bool is_rx, bool *vring_change) argument
733 mlxbf_tmfifo_rxtx_one_desc(struct mlxbf_tmfifo_vring *vring, bool is_rx, int *avail) argument
829 mlxbf_tmfifo_check_tx_timeout(struct mlxbf_tmfifo_vring *vring) argument
874 mlxbf_tmfifo_rxtx(struct mlxbf_tmfifo_vring *vring, bool is_rx) argument
937 struct mlxbf_tmfifo_vring *vring; local
979 struct mlxbf_tmfifo_vring *vring = vq->priv; local
1039 struct mlxbf_tmfifo_vring *vring; local
1067 struct mlxbf_tmfifo_vring *vring; local
[all...]
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c71 struct wil_ring *vring = &wil->ring_tx[i]; local
110 static int wil_vring_alloc(struct wil6210_priv *wil, struct wil_ring *vring) argument
190 wil_vring_free(struct wil6210_priv *wil, struct wil_ring *vring) argument
256 wil_vring_alloc_skb(struct wil6210_priv *wil, struct wil_ring *vring, u32 i, int headroom) argument
439 wil_vring_reap_rx(struct wil6210_priv *wil, struct wil_ring *vring) argument
1051 struct wil_ring *vring = &wil->ring_rx; local
1086 struct wil_ring *vring = &wil->ring_rx; local
1164 struct wil_ring *vring = &wil->ring_tx[id]; local
1267 struct wil_ring *vring = &wil->ring_tx[ring_id]; local
1341 struct wil_ring *vring = &wil->ring_tx[id]; local
1725 __wil_tx_vring_tso(struct wil6210_priv *wil, struct wil6210_vif *vif, struct wil_ring *vring, struct sk_buff *skb) argument
2423 struct wil_ring *vring = &wil->ring_tx[ringid]; local
[all...]
H A Dwmi.c2609 int wmi_rx_chain_add(struct wil6210_priv *wil, struct wil_ring *vring) argument
[all...]
/linux-master/drivers/virtio/
H A Dvirtio_ring.c91 struct vring vring; member in struct:vring_virtqueue_split
125 } vring; member in struct:vring_virtqueue_packed
523 struct vring_virtqueue *vring = to_vvq(vq); local
[all...]
/linux-master/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c2301 mlx5_cvq_notify(struct vringh *vring) argument
[all...]

Completed in 302 milliseconds