Lines Matching refs:client
6 def vfu_tgt_set_base_path(client, path):
16 return client.call('vfu_tgt_set_base_path', params)
19 def vfu_virtio_delete_endpoint(client, name):
29 return client.call('vfu_virtio_delete_endpoint', params)
32 def vfu_virtio_create_blk_endpoint(client, name, bdev_name, cpumask, num_queues, qsize, packed_ring):
56 return client.call('vfu_virtio_create_blk_endpoint', params)
59 def vfu_virtio_scsi_add_target(client, name, scsi_target_num, bdev_name):
73 return client.call('vfu_virtio_scsi_add_target', params)
76 def vfu_virtio_scsi_remove_target(client, name, scsi_target_num):
88 return client.call('vfu_virtio_scsi_remove_target', params)
91 def vfu_virtio_create_scsi_endpoint(client, name, cpumask, num_io_queues, qsize, packed_ring):
113 return client.call('vfu_virtio_create_scsi_endpoint', params)
116 def vfu_virtio_create_fs_endpoint(client, name, fsdev_name, tag, cpumask, num_queues, qsize, packed_ring):
141 return client.call('vfu_virtio_create_fs_endpoint', params)