Searched refs:vp_iowrite64_twopart (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/vdpa/ifcvf/ |
H A D | ifcvf_base.c | 361 vp_iowrite64_twopart(desc_area, &cfg->queue_desc_lo, in ifcvf_set_vq_address() 363 vp_iowrite64_twopart(driver_area, &cfg->queue_avail_lo, in ifcvf_set_vq_address() 365 vp_iowrite64_twopart(device_area, &cfg->queue_used_lo, in ifcvf_set_vq_address()
|
/linux/drivers/vdpa/octeon_ep/ |
H A D | octep_vdpa_hw.c | 304 vp_iowrite64_twopart(desc_area, &cfg->queue_desc_lo, in octep_set_vq_address() 306 vp_iowrite64_twopart(driver_area, &cfg->queue_avail_lo, in octep_set_vq_address() 308 vp_iowrite64_twopart(device_area, &cfg->queue_used_lo, in octep_set_vq_address()
|
/linux/drivers/virtio/ |
H A D | virtio_pci_modern_dev.c | 590 vp_iowrite64_twopart(desc_addr, &cfg->queue_desc_lo, in vp_modern_queue_address() 592 vp_iowrite64_twopart(driver_addr, &cfg->queue_avail_lo, in vp_modern_queue_address() 594 vp_iowrite64_twopart(device_addr, &cfg->queue_used_lo, in vp_modern_queue_address()
|
/linux/include/linux/ |
H A D | virtio_pci_modern.h | 90 static inline void vp_iowrite64_twopart(u64 val, in vp_iowrite64_twopart() function
|