Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/vdpa/ifcvf/
A Difcvf_base.c343 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 Dvirtio_pci_modern_dev.c572 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 Dvirtio_pci_modern.h80 static inline void vp_iowrite64_twopart(u64 val, in vp_iowrite64_twopart() function

Completed in 5 milliseconds