Searched refs:vp_iowrite64_twopart (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/vdpa/ifcvf/ |
D | ifcvf_base.c | 359 vp_iowrite64_twopart(hw->vring[i].desc, &cfg->queue_desc_lo, in ifcvf_hw_enable() 361 vp_iowrite64_twopart(hw->vring[i].avail, &cfg->queue_avail_lo, in ifcvf_hw_enable() 363 vp_iowrite64_twopart(hw->vring[i].used, &cfg->queue_used_lo, in ifcvf_hw_enable()
|
/Linux-v6.1/drivers/virtio/ |
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-v6.1/include/linux/ |
D | virtio_pci_modern.h | 80 static inline void vp_iowrite64_twopart(u64 val, in vp_iowrite64_twopart() function
|