Searched refs:vdev_rsc (Results 1 – 8 of 8) sorted by relevance
59 struct fw_rsc_vdev *vdev_rsc; in rproc_virtio_get_status() local64 vdev_rsc = rpvdev->vdev_rsc; in rproc_virtio_get_status()76 struct fw_rsc_vdev *vdev_rsc; in rproc_virtio_set_status() local80 vdev_rsc = rpvdev->vdev_rsc; in rproc_virtio_set_status()92 struct fw_rsc_vdev *vdev_rsc; in rproc_virtio_get_features() local97 vdev_rsc = rpvdev->vdev_rsc; in rproc_virtio_get_features()111 struct fw_rsc_vdev *vdev_rsc; in rproc_virtio_set_features() local115 vdev_rsc = rpvdev->vdev_rsc; in rproc_virtio_set_features()189 struct fw_rsc_vdev *vdev_rsc = rsc; in rproc_virtio_create_vdev() local209 vring_rsc = &vdev_rsc->vring[i]; in rproc_virtio_create_vdev()[all …]
133 struct fw_rsc_vdev *vdev_rsc = (struct fw_rsc_vdev *)rsc; in handle_vdev_rsc() local137 notifyid = vdev_rsc->notifyid; in handle_vdev_rsc()141 vdev_rsc->notifyid = notifyid; in handle_vdev_rsc()144 num_vrings = vdev_rsc->num_of_vrings; in handle_vdev_rsc()148 vring_rsc = &vdev_rsc->vring[i]; in handle_vdev_rsc()154 vdev_rsc->notifyid = notifyid; in handle_vdev_rsc()174 struct fw_rsc_trace *vdev_rsc = (struct fw_rsc_trace *)rsc; in handle_trace_rsc() local177 if (vdev_rsc->da != FW_RSC_U32_ADDR_ANY && vdev_rsc->len != 0) in handle_trace_rsc()
870 struct fw_rsc_vdev *vdev_rsc; in remoteproc_create_virtio() local888 vdev_rsc = (struct fw_rsc_vdev *)(rsc_table + vdev_rsc_offset); in remoteproc_create_virtio()889 notifyid = vdev_rsc->notifyid; in remoteproc_create_virtio()898 vdev_rsc, vdev_rsc_io, rproc, in remoteproc_create_virtio()903 num_vrings = vdev_rsc->num_of_vrings; in remoteproc_create_virtio()914 vring_rsc = &vdev_rsc->vring[i]; in remoteproc_create_virtio()
63 void *vdev_rsc; member
Completed in 22 milliseconds