Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dgdth.c1185 ha->type = GDT_PCIMPR; in gdth_init_pci()
1261 } else if (ha->type == GDT_PCIMPR) { in gdth_enable_int()
1287 else if (ha->type == GDT_PCIMPR) in gdth_get_status()
1308 else if (ha->type == GDT_PCIMPR) in gdth_test_busy()
1346 } else if (ha->type == GDT_PCIMPR) { in gdth_set_sema0()
1400 } else if (ha->type == GDT_PCIMPR) { in gdth_copy_command()
1442 } else if (ha->type == GDT_PCIMPR) { in gdth_release_event()
1636 if (ha->type == GDT_PCIMPR) { in gdth_search_drives()
3075 } else if (ha->type == GDT_PCIMPR) { in __gdth_interrupt()
3205 if (ha->type == GDT_PCIMPR && coalesced) { in __gdth_interrupt()
[all …]
Dgdth.h44 #define GDT_PCIMPR 0x05 /* PCI MPR controller */ macro