Searched refs:v9p (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | virtio-9p-test.c | 35 QVirtio9P *v9p = obj; in pci_config() local 37 size_t tag_len = qvirtio_config_readw(v9p->vdev, 0); in pci_config() 45 tag[i] = qvirtio_config_readb(v9p->vdev, i + 2); in pci_config() 70 QVirtio9P *v9p = obj; in fs_walk() local 81 tattach({ .client = v9p }); in fs_walk() 83 .client = v9p, .fid = 0, .newfid = 1, in fs_walk() 108 QVirtio9P *v9p = obj; in fs_readdir() local 116 tattach({ .client = v9p }); in fs_readdir() 118 .client = v9p, .fid = 0, .newfid = 1, in fs_readdir() 124 .client = v9p, .fid = 1, .flags = O_DIRECTORY, .rlopen.qid = &qid in fs_readdir() [all …]
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-9p.c | 103 QVirtio9P *v9p = &v_9p->v9p; in virtio_9p_device_destructor() local 105 virtio_9p_cleanup(v9p); in virtio_9p_device_destructor() 111 QVirtio9P *v9p = &v_9p->v9p; in virtio_9p_device_start_hw() local 113 virtio_9p_setup(v9p); in virtio_9p_device_start_hw() 133 return virtio_9p_get_driver(&v_9p->v9p, interface); in virtio_9p_device_get_driver() 141 QVirtio9P *interface = &virtio_device->v9p; in virtio_9p_device_create() 157 QVirtio9P *interface = &v9_pci->v9p; in virtio_9p_pci_destructor() 167 QVirtio9P *interface = &v9_pci->v9p; in virtio_9p_pci_start_hw() 180 return virtio_9p_get_driver(&v_9p->v9p, interface); in virtio_9p_pci_get_driver() 187 QVirtio9P *interface = &v9_pci->v9p; in virtio_9p_pci_create()
|
H A D | virtio-9p.h | 39 QVirtio9P v9p; member 44 QVirtio9P v9p; member
|
H A D | virtio-9p-client.c | 189 P9Req *v9fs_req_init(QVirtio9P *v9p, uint32_t size, uint8_t id, in v9fs_req_init() argument 206 req->v9p = v9p; in v9fs_req_init() 216 QVirtio9P *v9p = req->v9p; in v9fs_req_send() local 219 req->free_head = qvirtqueue_add(req->qts, v9p->vq, req->t_msg, req->t_size, in v9fs_req_send() 221 qvirtqueue_add(req->qts, v9p->vq, req->r_msg, P9_MAX_SIZE, true, false); in v9fs_req_send() 222 qvirtqueue_kick(req->qts, v9p->vdev, v9p->vq, req->free_head); in v9fs_req_send() 248 QVirtio9P *v9p = req->v9p; in v9fs_req_wait_for_reply() local 250 qvirtio_wait_used_elem(req->qts, v9p->vdev, v9p->vq, req->free_head, len, in v9fs_req_wait_for_reply()
|
H A D | virtio-9p-client.h | 28 QVirtio9P *v9p; member 458 P9Req *v9fs_req_init(QVirtio9P *v9p, uint32_t size, uint8_t id,
|