Searched refs:first_device (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dnet_namespace.c19 static struct list_head *first_device = &pernet_list; variable in typeref:struct:list_head
502 error = register_pernet_operations(first_device, ops);
549 if (!error && (first_device == &pernet_list))
550 first_device = &ops->list;
568 if (&ops->list == first_device)
569 first_device = first_device->next;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Damd_iommu_init.c630 iommu->first_device = calc_devid(MMIO_GET_BUS(range),
677 PCI_BUS(iommu->first_device),
678 PCI_SLOT(iommu->first_device),
679 PCI_FUNC(iommu->first_device),
685 for (dev_i = iommu->first_device;
811 for (i = iommu->first_device; i <= iommu->last_device; ++i)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Damd_iommu_types.h384 u16 first_device; member in struct:amd_iommu

Completed in 116 milliseconds