Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/misc/vmw_vmci/
Dvmci_guest.c119 static void vmci_read_data(struct vmci_guest_device *vmci_dev, in vmci_read_data() argument
122 if (vmci_dev->mmio_base == NULL) in vmci_read_data()
123 ioread8_rep(vmci_dev->iobase + VMCI_DATA_IN_ADDR, in vmci_read_data()
132 struct vmci_data_in_out_header *buffer_header = vmci_dev->data_buffer; in vmci_read_data()
134 size_t buffer_offset = dest - vmci_dev->data_buffer; in vmci_read_data()
139 sg_array[0].addr = vmci_dev->data_buffer_base + buffer_offset; in vmci_read_data()
142 vmci_write_reg(vmci_dev, lower_32_bits(vmci_dev->data_buffer_base), in vmci_read_data()
145 wait_event(vmci_dev->inout_wq, buffer_header->busy == 1); in vmci_read_data()
309 struct vmci_guest_device *vmci_dev = (struct vmci_guest_device *)data; in vmci_dispatch_dgs() local
310 u8 *dg_in_buffer = vmci_dev->data_buffer; in vmci_dispatch_dgs()
[all …]