Home
last modified time | relevance | path

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

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