Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/vdpa/ifcvf/
Difcvf_base.c359 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/
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-v6.1/include/linux/
Dvirtio_pci_modern.h80 static inline void vp_iowrite64_twopart(u64 val, in vp_iowrite64_twopart() function