Home
last modified time | relevance | path

Searched refs:vp_iowrite16 (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/virtio/
Dvirtio_pci_modern_dev.c489 vp_iowrite16(index, &cfg->cfg.queue_select); in vp_modern_get_queue_reset()
505 vp_iowrite16(index, &cfg->cfg.queue_select); in vp_modern_set_queue_reset()
506 vp_iowrite16(1, &cfg->queue_reset); in vp_modern_set_queue_reset()
529 vp_iowrite16(index, &cfg->queue_select); in vp_modern_queue_vector()
530 vp_iowrite16(vector, &cfg->queue_msix_vector); in vp_modern_queue_vector()
549 vp_iowrite16(vector, &cfg->msix_config); in vp_modern_config_vector()
570 vp_iowrite16(index, &cfg->queue_select); in vp_modern_queue_address()
590 vp_iowrite16(index, &mdev->common->queue_select); in vp_modern_set_queue_enable()
591 vp_iowrite16(enable, &mdev->common->queue_enable); in vp_modern_set_queue_enable()
605 vp_iowrite16(index, &mdev->common->queue_select); in vp_modern_get_queue_enable()
[all …]
/linux-6.1.9/drivers/vdpa/ifcvf/
Difcvf_base.c22 vp_iowrite16(qid, &cfg->queue_select); in ifcvf_set_vq_vector()
23 vp_iowrite16(vector, &cfg->queue_msix_vector); in ifcvf_set_vq_vector()
32 vp_iowrite16(vector, &cfg->msix_config); in ifcvf_set_config_vector()
148 vp_iowrite16(i, &hw->common_cfg->queue_select); in ifcvf_init_hw()
343 vp_iowrite16(num, avail_idx_addr); in ifcvf_set_vq_state()
358 vp_iowrite16(i, &cfg->queue_select); in ifcvf_hw_enable()
365 vp_iowrite16(hw->vring[i].size, &cfg->queue_size); in ifcvf_hw_enable()
367 vp_iowrite16(1, &cfg->queue_enable); in ifcvf_hw_enable()
408 vp_iowrite16(qid, hw->vring[qid].notify_addr); in ifcvf_notify_queue()
/linux-6.1.9/include/linux/
Dvirtio_pci_modern.h70 static inline void vp_iowrite16(u16 value, __le16 __iomem *addr) in vp_iowrite16() function
/linux-6.1.9/drivers/vdpa/virtio_pci/
Dvp_vdpa.c347 vp_iowrite16(qid, vp_vdpa->vring[qid].notify); in vp_vdpa_kick_vq()