Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/xen-pciback/
H A Dpciback.h27 #define _PDEVF_op_active (0) macro
28 #define PDEVF_op_active (1<<(_PDEVF_op_active))
H A Dpciback_ops.c284 !test_and_set_bit(_PDEVF_op_active, &pdev->flags); in xen_pcibk_test_op_pending()
393 clear_bit(_PDEVF_op_active, &pdev->flags); in xen_pcibk_do_one_op()
H A Dpci_stub.c744 if (!test_bit(_PDEVF_op_active, &pdev->flags)) in common_process()