Home
last modified time | relevance | path

Searched refs:psgs (Results 1 – 3 of 3) sorted by relevance

/linux/sound/virtio/
H A Dvirtio_ctl_msg.c132 struct scatterlist *psgs[4]; in virtsnd_ctl_msg_send() local
142 psgs[nouts++] = &msg->sg_request; in virtsnd_ctl_msg_send()
144 psgs[nouts++] = out_sgs; in virtsnd_ctl_msg_send()
146 psgs[nouts + nins++] = &msg->sg_response; in virtsnd_ctl_msg_send()
148 psgs[nouts + nins++] = in_sgs; in virtsnd_ctl_msg_send()
151 rc = virtqueue_add_sgs(queue->vqueue, psgs, nouts, nins, msg, in virtsnd_ctl_msg_send()
H A Dvirtio_pcm_msg.c217 struct scatterlist *psgs[] = { in virtsnd_pcm_msg_send() local
234 rc = virtqueue_add_sgs(vqueue, psgs, 2, 1, msg, in virtsnd_pcm_msg_send()
237 rc = virtqueue_add_sgs(vqueue, psgs, 1, 2, msg, in virtsnd_pcm_msg_send()
H A Dvirtio_card.c34 struct scatterlist *psgs[1] = { &sg }; in virtsnd_event_send() local
41 if (virtqueue_add_sgs(vqueue, psgs, 0, 1, event, gfp) || !notify) in virtsnd_event_send()