num_of_vrings    1829 drivers/net/wireless/ath/wil6210/wmi.h 	u8 num_of_vrings;
num_of_vrings     481 drivers/remoteproc/remoteproc_core.c 	if (sizeof(*rsc) + rsc->num_of_vrings * sizeof(struct fw_rsc_vdev_vring)
num_of_vrings     494 drivers/remoteproc/remoteproc_core.c 		rsc->id, rsc->dfeatures, rsc->config_len, rsc->num_of_vrings);
num_of_vrings     497 drivers/remoteproc/remoteproc_core.c 	if (rsc->num_of_vrings > ARRAY_SIZE(rvdev->vring)) {
num_of_vrings     498 drivers/remoteproc/remoteproc_core.c 		dev_err(dev, "too many vrings: %d\n", rsc->num_of_vrings);
num_of_vrings     537 drivers/remoteproc/remoteproc_core.c 	for (i = 0; i < rsc->num_of_vrings; i++) {
num_of_vrings     547 drivers/remoteproc/remoteproc_core.c 	for (i = 0; i < rsc->num_of_vrings; i++) {
num_of_vrings     248 drivers/remoteproc/remoteproc_debugfs.c 			seq_printf(seq, "  Number of vrings %d\n", v->num_of_vrings);
num_of_vrings     252 drivers/remoteproc/remoteproc_debugfs.c 			for (j = 0; j < v->num_of_vrings; j++) {
num_of_vrings     259 drivers/remoteproc/remoteproc_virtio.c 	cfg = &rsc->vring[rsc->num_of_vrings];
num_of_vrings     277 drivers/remoteproc/remoteproc_virtio.c 	cfg = &rsc->vring[rsc->num_of_vrings];
num_of_vrings     307 include/linux/remoteproc.h 	u8 num_of_vrings;