Searched refs:_XEN_PCIF_active (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/xen/interface/io/ |
H A D | pciif.h | 31 #define _XEN_PCIF_active (0) macro 32 #define XEN_PCIF_active (1<<_XEN_PCIF_active)
|
/kernel/linux/linux-6.6/include/xen/interface/io/ |
H A D | pciif.h | 14 #define _XEN_PCIF_active (0) macro 15 #define XEN_PCIF_active (1<<_XEN_PCIF_active)
|
/kernel/linux/linux-5.10/drivers/xen/xen-pciback/ |
H A D | pciback_ops.c | 282 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()
|
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/ |
H A D | pciback_ops.c | 282 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()
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | xen-pcifront.c | 126 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()
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | xen-pcifront.c | 127 set_bit(_XEN_PCIF_active, (unsigned long *)&pdev->sh_info->flags); in do_pci_op() 140 while (test_bit(_XEN_PCIF_active, in do_pci_op() 148 clear_bit(_XEN_PCIF_active, in do_pci_op()
|
Completed in 5 milliseconds