Searched refs:vp_iowrite64_twopart (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/vdpa/ifcvf/ |
A D | ifcvf_base.c | 343 vp_iowrite64_twopart(hw->vring[i].desc, &cfg->queue_desc_lo, in ifcvf_hw_enable() 345 vp_iowrite64_twopart(hw->vring[i].avail, &cfg->queue_avail_lo, in ifcvf_hw_enable() 347 vp_iowrite64_twopart(hw->vring[i].used, &cfg->queue_used_lo, in ifcvf_hw_enable()
|
/linux-6.3-rc2/drivers/virtio/ |
A D | virtio_pci_modern_dev.c | 572 vp_iowrite64_twopart(desc_addr, &cfg->queue_desc_lo, in vp_modern_queue_address() 574 vp_iowrite64_twopart(driver_addr, &cfg->queue_avail_lo, in vp_modern_queue_address() 576 vp_iowrite64_twopart(device_addr, &cfg->queue_used_lo, in vp_modern_queue_address()
|
/linux-6.3-rc2/include/linux/ |
A D | virtio_pci_modern.h | 80 static inline void vp_iowrite64_twopart(u64 val, in vp_iowrite64_twopart() function
|
Completed in 5 milliseconds