Searched refs:ifc_iowrite16 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/vdpa/ifcvf/ |
| A D | ifcvf_base.c | 32 static inline void ifc_iowrite16(u16 value, __le16 __iomem *addr) in ifc_iowrite16() function 164 ifc_iowrite16(i, &hw->common_cfg->queue_select); in ifcvf_init_hw() 326 ifc_iowrite16(num, avail_idx_addr); in ifcvf_set_vq_state() 339 ifc_iowrite16(IFCVF_MSI_CONFIG_OFF, &cfg->msix_config); in ifcvf_hw_enable() 350 ifc_iowrite16(i, &cfg->queue_select); in ifcvf_hw_enable() 357 ifc_iowrite16(hw->vring[i].size, &cfg->queue_size); in ifcvf_hw_enable() 368 ifc_iowrite16(1, &cfg->queue_enable); in ifcvf_hw_enable() 380 ifc_iowrite16(VIRTIO_MSI_NO_VECTOR, &cfg->msix_config); in ifcvf_hw_disable() 383 ifc_iowrite16(i, &cfg->queue_select); in ifcvf_hw_disable() 384 ifc_iowrite16(VIRTIO_MSI_NO_VECTOR, &cfg->queue_msix_vector); in ifcvf_hw_disable() [all …]
|
Completed in 79 milliseconds