Searched defs:vring (Results  1 – 14 of 14) sorted by relevance
| /Linux-v5.10/drivers/platform/mellanox/ | 
| D | mlxbf-tmfifo.c | 166 	struct mlxbf_tmfifo_vring *vring[2];  member211 	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()
 308 static void mlxbf_tmfifo_release_desc(struct mlxbf_tmfifo_vring *vring,  in mlxbf_tmfifo_release_desc()
 330 static u32 mlxbf_tmfifo_get_pkt_len(struct mlxbf_tmfifo_vring *vring,  in mlxbf_tmfifo_get_pkt_len()
 348 static void mlxbf_tmfifo_release_pending_pkt(struct mlxbf_tmfifo_vring *vring)  in mlxbf_tmfifo_release_pending_pkt()
 369 static void mlxbf_tmfifo_init_net_desc(struct mlxbf_tmfifo_vring *vring,  in mlxbf_tmfifo_init_net_desc()
 381 mlxbf_tmfifo_get_next_pkt(struct mlxbf_tmfifo_vring *vring, bool is_rx)  in mlxbf_tmfifo_get_next_pkt()
 412 					    struct mlxbf_tmfifo_vring *vring,  in mlxbf_tmfifo_console_output_one()
 [all …]
 
 | 
| /Linux-v5.10/include/uapi/linux/ | 
| D | virtio_ring.h | 152 struct vring {  struct155 	vring_desc_t *desc;  argument
 157 	vring_avail_t *avail;  argument
 159 	vring_used_t *used;  argument
 167  * struct vring  argument
 
 | 
| /Linux-v5.10/drivers/net/wireless/ath/wil6210/ | 
| D | txrx.c | 71 		struct wil_ring *vring = &wil->ring_tx[i];  in wil_is_tx_idle()  local110 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 | 2610 int wmi_rx_chain_add(struct wil6210_priv *wil, struct wil_ring *vring)  in wmi_rx_chain_add()
 | 
| /Linux-v5.10/drivers/virtio/ | 
| D | virtio_ring.c | 120 			struct vring vring;  member147 			} vring;  member
 861 	struct vring vring;  in vring_create_virtqueue_split()  local
 2057 					struct vring vring,  in __vring_new_virtqueue()
 2170 	struct vring vring;  in vring_new_virtqueue()  local
 
 | 
| /Linux-v5.10/drivers/remoteproc/ | 
| D | ingenic_rproc.c | 151 	u32 vring;  in vpu_interrupt()  local
 | 
| D | remoteproc_core.c | 386 	struct fw_rsc_vdev_vring *vring = &rsc->vring[i];  in rproc_parse_vring()  local
 | 
| /Linux-v5.10/include/linux/ | 
| D | vringh.h | 44 	struct vring vring;  member
 | 
| D | remoteproc.h | 310 	struct fw_rsc_vdev_vring vring[];  member619 	struct rproc_vring vring[RVDEV_NUM_VRINGS];  member
 
 | 
| /Linux-v5.10/drivers/vdpa/ifcvf/ | 
| D | ifcvf_base.h | 83 	struct vring_info vring[IFCVF_MAX_QUEUE_PAIRS * 2];  member
 | 
| D | ifcvf_main.c | 33 	struct vring_info *vring = arg;  in ifcvf_intr_handler()  local
 | 
| /Linux-v5.10/tools/virtio/ | 
| D | virtio_test.c | 34 	struct vring vring;  member
 | 
| D | vringh_test.c | 665 		struct vring vring;  in main()  local
 | 
| /Linux-v5.10/drivers/vdpa/vdpa_sim/ | 
| D | vdpa_sim.c | 46 	struct vringh vring;  member
 |