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

/linux-master/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 in struct:mlxbf_tmfifo_vdev
245 /* Free vrings of the FIFO device. */
252 for (i = 0; i < ARRAY_SIZE(tm_vdev->vrings); i++) {
253 vring = &tm_vdev->vrings[i];
267 /* Allocate vrings for the FIFO. */
277 for (i = 0; i < ARRAY_SIZE(tm_vdev->vrings); i++) {
278 vring = &tm_vdev->vrings[i];
699 vring = &tm_dev2->vrings[MLXBF_TMFIFO_VRING_R
[all...]

Completed in 159 milliseconds