Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/ !
Dgdth.c1193 ha->type = GDT_PCIMPR; in gdth_init_pci()
1269 } else if (ha->type == GDT_PCIMPR) { in gdth_enable_int()
1295 else if (ha->type == GDT_PCIMPR) in gdth_get_status()
1316 else if (ha->type == GDT_PCIMPR) in gdth_test_busy()
1354 } else if (ha->type == GDT_PCIMPR) { in gdth_set_sema0()
1408 } else if (ha->type == GDT_PCIMPR) { in gdth_copy_command()
1450 } else if (ha->type == GDT_PCIMPR) { in gdth_release_event()
1644 if (ha->type == GDT_PCIMPR) { in gdth_search_drives()
3083 } else if (ha->type == GDT_PCIMPR) { in __gdth_interrupt()
3213 if (ha->type == GDT_PCIMPR && coalesced) { in __gdth_interrupt()
[all …]
Dgdth.h44 #define GDT_PCIMPR 0x05 /* PCI MPR controller */ macro