Home
last modified time | relevance | path

Searched refs:_PCIB_op_pending (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/xen/xen-pciback/
H A Dpciback.h29 #define _PCIB_op_pending (1) macro
30 #define PCIB_op_pending (1<<(_PCIB_op_pending))
H A Dpciback_ops.c304 sure xen_pcibk is waiting for ack by checking _PCIB_op_pending*/ in xen_pcibk_test_and_schedule_op()
306 && test_bit(_PCIB_op_pending, &pdev->flags)) { in xen_pcibk_test_and_schedule_op()
H A Dpci_stub.c726 set_bit(_PCIB_op_pending, (unsigned long *)&pdev->flags); in common_process()
759 clear_bit(_PCIB_op_pending, (unsigned long *)&pdev->flags); in common_process()
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/
H A Dpciback.h29 #define _PCIB_op_pending (1) macro
30 #define PCIB_op_pending (1<<(_PCIB_op_pending))
H A Dpciback_ops.c304 sure xen_pcibk is waiting for ack by checking _PCIB_op_pending*/ in xen_pcibk_test_and_schedule_op()
306 && test_bit(_PCIB_op_pending, &pdev->flags)) { in xen_pcibk_test_and_schedule_op()
H A Dpci_stub.c725 set_bit(_PCIB_op_pending, (unsigned long *)&pdev->flags); in common_process()
758 clear_bit(_PCIB_op_pending, (unsigned long *)&pdev->flags); in common_process()

Completed in 7 milliseconds