Searched refs:vhost_add_used (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/vhost/ |
H A D | vhost.h | 215 int vhost_add_used(struct vhost_virtqueue *, unsigned int head, int len);
|
H A D | vsock.c | 212 vhost_add_used(vq, head, sizeof(*hdr) + payload_len); in vhost_transport_do_send_pkt() 530 vhost_add_used(vq, head, 0); in vhost_vsock_handle_tx_kick()
|
H A D | vhost.c | 2712 int vhost_add_used(struct vhost_virtqueue *vq, unsigned int head, int len) in vhost_add_used() function 2721 EXPORT_SYMBOL_GPL(vhost_add_used); 2843 vhost_add_used(vq, head, len); in vhost_add_used_and_signal()
|
H A D | scsi.c | 589 vhost_add_used(cmd->tvc_vq, cmd->tvc_vq_desc, 0); in vhost_scsi_complete_cmd_work()
|