Home
last modified time | relevance | path

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

/Linux-v4.19/include/xen/interface/io/
Dpciif.h35 #define _XEN_PCIB_active (2) macro
36 #define XEN_PCIB_active (1<<_XEN_PCIB_active)
/Linux-v4.19/drivers/pci/
Dxen-pcifront.c107 if (test_bit(_XEN_PCIB_active, (unsigned long *)&pdev->sh_info->flags) in schedule_pcifront_aer_op()
162 if (test_bit(_XEN_PCIB_active, in do_pci_op()
671 clear_bit(_XEN_PCIB_active, (unsigned long *)&pdev->sh_info->flags); in pcifront_do_aer()
/Linux-v4.19/drivers/xen/xen-pciback/
Dpci_stub.c730 set_bit(_XEN_PCIB_active, in common_process()
736 !(test_bit(_XEN_PCIB_active, (unsigned long *) in common_process()
740 if (test_bit(_XEN_PCIB_active, in common_process()
744 clear_bit(_XEN_PCIB_active, in common_process()
Dpciback_ops.c318 if (!test_bit(_XEN_PCIB_active, (unsigned long *)&pdev->sh_info->flags) in xen_pcibk_test_and_schedule_op()