Home
last modified time | relevance | path

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

/drivers/scsi/
Dgdth.c1511 if (ha->raw_feat & GDT_64BIT) { in gdth_internal_cmd()
1829 ha->raw_feat = 0; in gdth_search_drives()
1833 ha->raw_feat = GDT_64BIT; in gdth_search_drives()
1851 ha->raw_feat |= (u16)ha->info; in gdth_search_drives()
2617 mode64 = (ha->raw_feat & GDT_64BIT) ? TRUE : FALSE; in gdth_fill_raw_cmd()
2810 if (ha->raw_feat & GDT_64BIT) in gdth_special_cmd()
4223 if (ha->raw_feat & GDT_64BIT) { in ioc_general()
4236 if (ha->raw_feat & SCATTER_GATHER) { in ioc_general()
4248 if (ha->raw_feat & SCATTER_GATHER) { in ioc_general()
4780 if (ha->cache_feat & ha->raw_feat & ha->screen_feat & GDT_64BIT) in gdth_isa_probe_one()
[all …]
Dgdth.h843 u16 raw_feat; /* feat. raw service (s/g,..)*/ member