Home
last modified time | relevance | path

Searched refs:vrings (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/platform/mellanox/
H A Dmlxbf-tmfifo.c118 * @vrings: array of tmfifo vrings of this device
129 struct mlxbf_tmfifo_vring vrings[MLXBF_TMFIFO_VRING_MAX]; member
217 /* Free vrings of the FIFO device. */
224 for (i = 0; i < ARRAY_SIZE(tm_vdev->vrings); i++) { in mlxbf_tmfifo_free_vrings()
225 vring = &tm_vdev->vrings[i]; in mlxbf_tmfifo_free_vrings()
239 /* Allocate vrings for the FIFO. */
249 for (i = 0; i < ARRAY_SIZE(tm_vdev->vrings); i++) { in mlxbf_tmfifo_alloc_vrings()
250 vring = &tm_vdev->vrings[i]; in mlxbf_tmfifo_alloc_vrings()
671 vring = &tm_dev2->vrings[MLXBF_TMFIFO_VRING_R in mlxbf_tmfifo_rxtx_header()
[all...]
/kernel/linux/linux-6.6/drivers/platform/mellanox/
H A Dmlxbf-tmfifo.c128 * @vrings: array of tmfifo vrings of this device
140 struct mlxbf_tmfifo_vring vrings[MLXBF_TMFIFO_VRING_MAX]; member
245 /* Free vrings of the FIFO device. */
252 for (i = 0; i < ARRAY_SIZE(tm_vdev->vrings); i++) { in mlxbf_tmfifo_free_vrings()
253 vring = &tm_vdev->vrings[i]; in mlxbf_tmfifo_free_vrings()
267 /* Allocate vrings for the FIFO. */
277 for (i = 0; i < ARRAY_SIZE(tm_vdev->vrings); i++) { in mlxbf_tmfifo_alloc_vrings()
278 vring = &tm_vdev->vrings[i]; in mlxbf_tmfifo_alloc_vrings()
699 vring = &tm_dev2->vrings[MLXBF_TMFIFO_VRING_R in mlxbf_tmfifo_rxtx_header()
[all...]

Completed in 4 milliseconds