PCI_DEV_FLAGS_ASSIGNED 126 drivers/net/ethernet/sfc/ef10_sriov.c vf->pci_dev->dev_flags & PCI_DEV_FLAGS_ASSIGNED) PCI_DEV_FLAGS_ASSIGNED 2336 include/linux/pci.h pdev->dev_flags |= PCI_DEV_FLAGS_ASSIGNED; PCI_DEV_FLAGS_ASSIGNED 2340 include/linux/pci.h pdev->dev_flags &= ~PCI_DEV_FLAGS_ASSIGNED; PCI_DEV_FLAGS_ASSIGNED 2344 include/linux/pci.h return (pdev->dev_flags & PCI_DEV_FLAGS_ASSIGNED) == PCI_DEV_FLAGS_ASSIGNED;