Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/vmw_vmci/
Dvmci_guest.c117 static void vmci_read_data(struct vmci_guest_device *vmci_dev, in vmci_read_data() argument
120 if (vmci_dev->mmio_base == NULL) in vmci_read_data()
121 ioread8_rep(vmci_dev->iobase + VMCI_DATA_IN_ADDR, in vmci_read_data()
130 struct vmci_data_in_out_header *buffer_header = vmci_dev->data_buffer; in vmci_read_data()
132 size_t buffer_offset = dest - vmci_dev->data_buffer; in vmci_read_data()
137 sg_array[0].addr = vmci_dev->data_buffer_base + buffer_offset; in vmci_read_data()
140 vmci_write_reg(vmci_dev, lower_32_bits(vmci_dev->data_buffer_base), in vmci_read_data()
143 wait_event(vmci_dev->inout_wq, buffer_header->busy == 1); in vmci_read_data()
305 static void vmci_dispatch_dgs(struct vmci_guest_device *vmci_dev) in vmci_dispatch_dgs() argument
307 u8 *dg_in_buffer = vmci_dev->data_buffer; in vmci_dispatch_dgs()
[all …]