Lines Matching refs:VTPCI_OPS
461 vq_size = VTPCI_OPS(hw)->get_queue_num(hw, vtpci_queue_idx); in virtio_init_queue()
638 if (VTPCI_OPS(hw)->setup_queue(hw, vq) < 0) { in virtio_init_queue()
733 VTPCI_OPS(hw)->set_config_irq(hw, VIRTIO_MSI_NO_VECTOR); in virtio_dev_close()
1346 host_features = VTPCI_OPS(hw)->get_features(hw); in virtio_negotiate_features()
1608 if (VTPCI_OPS(hw)->set_queue_irq(hw, hw->vqs[i * 2], i + 1) == in virtio_queues_bind_intr()
1626 VTPCI_OPS(hw)->set_queue_irq(hw, in virtio_queues_unbind_intr()
1888 VTPCI_OPS(hw) = &virtio_user_ops; in virtio_set_vtpci_ops()
1892 VTPCI_OPS(hw) = &modern_ops; in virtio_set_vtpci_ops()
1894 VTPCI_OPS(hw) = &legacy_ops; in virtio_set_vtpci_ops()
2305 if (VTPCI_OPS(hw)->set_config_irq(hw, 0) == in virtio_dev_configure()
2635 host_features = VTPCI_OPS(hw)->get_features(hw); in virtio_dev_info_get()