Searched refs:GDT_CLASS (Results 1 – 2 of 2) sorted by relevance
252 GDT_CLASS(sc) == GDT_PCINEW ? GDT_PCINEW_DPMEM : GDT_PCI_DPMEM, in gdt_pci_attach()256 GDT_CLASS(sc) == GDT_PCINEW ? GDT_PCINEW_DPMEM : in gdt_pci_attach()273 if (GDT_CLASS(sc) == GDT_PCINEW) { in gdt_pci_attach()292 switch (GDT_CLASS(sc)) { in gdt_pci_attach()575 switch(GDT_CLASS(sc)) { in gdt_pci_enable_intr()
115 #define GDT_CLASS(gdt) ((gdt)->sc_class & GDT_CLASS_MASK) macro