Home
last modified time | relevance | path

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

/linux-6.12.1/include/xen/interface/io/
Dpciif.h18 #define _XEN_PCIB_active (2) macro
19 #define XEN_PCIB_active (1<<_XEN_PCIB_active)
/linux-6.12.1/drivers/pci/
Dxen-pcifront.c104 if (test_bit(_XEN_PCIB_active, (unsigned long *)&pdev->sh_info->flags) in schedule_pcifront_aer_op()
159 if (test_bit(_XEN_PCIB_active, in do_pci_op()
638 clear_bit(_XEN_PCIB_active, (unsigned long *)&pdev->sh_info->flags); in pcifront_do_aer()
/linux-6.12.1/drivers/xen/xen-pciback/
Dpci_stub.c794 set_bit(_XEN_PCIB_active, in common_process()
803 !(test_bit(_XEN_PCIB_active, (unsigned long *) in common_process()
811 if (test_bit(_XEN_PCIB_active, in common_process()
815 clear_bit(_XEN_PCIB_active, in common_process()
Dpciback_ops.c305 if (!test_bit(_XEN_PCIB_active, (unsigned long *)&pdev->sh_info->flags) in xen_pcibk_test_and_schedule_op()