Searched refs:op_get_free_pirq (Results 1 – 1 of 1) sorted by relevance
1035 struct physdev_get_free_pirq op_get_free_pirq; in xen_allocate_pirq_msi() local1037 op_get_free_pirq.type = MAP_PIRQ_TYPE_MSI; in xen_allocate_pirq_msi()1038 rc = HYPERVISOR_physdev_op(PHYSDEVOP_get_free_pirq, &op_get_free_pirq); in xen_allocate_pirq_msi()1043 return rc ? -1 : op_get_free_pirq.pirq; in xen_allocate_pirq_msi()