Home
last modified time | relevance | path

Searched refs:GDT_PCINEW (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/
Dgdth.c1071 ha->type = GDT_PCINEW; in gdth_init_pci()
1259 } else if (ha->type == GDT_PCINEW) { in gdth_enable_int()
1286 else if (ha->type == GDT_PCINEW) in gdth_get_status()
1307 else if (ha->type == GDT_PCINEW) in gdth_test_busy()
1345 } else if (ha->type == GDT_PCINEW) { in gdth_set_sema0()
1394 } else if (ha->type == GDT_PCINEW) { in gdth_copy_command()
1441 } else if (ha->type == GDT_PCINEW) { in gdth_release_event()
3061 } else if (ha->type == GDT_PCINEW) { in __gdth_interrupt()
Dgdth.h44 #define GDT_PCINEW 0x04 /* new PCI controller */ macro