Home
last modified time | relevance | path

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

/linux-6.12.1/include/xen/interface/io/
Dpciif.h14 #define _XEN_PCIF_active (0) macro
15 #define XEN_PCIF_active (1<<_XEN_PCIF_active)
/linux-6.12.1/drivers/xen/xen-pciback/
Dpciback_ops.c282 return test_bit(_XEN_PCIF_active, in xen_pcibk_test_op_pending()
388 clear_bit(_XEN_PCIF_active, (unsigned long *)&pdev->sh_info->flags); in xen_pcibk_do_one_op()
/linux-6.12.1/drivers/pci/
Dxen-pcifront.c126 set_bit(_XEN_PCIF_active, (unsigned long *)&pdev->sh_info->flags); in do_pci_op()
139 while (test_bit(_XEN_PCIF_active, in do_pci_op()
147 clear_bit(_XEN_PCIF_active, in do_pci_op()