Lines Matching refs:autoscsi
1243 struct blogic_autoscsi autoscsi;
1489 fetch_localram.count = sizeof(autoscsi);
1491 sizeof(fetch_localram), &autoscsi,
1492 sizeof(autoscsi)) != sizeof(autoscsi))
1499 adapter->parity = autoscsi.parity;
1500 adapter->reset_enabled = autoscsi.reset_enabled;
1503 adapter->low_term = autoscsi.low_term;
1504 adapter->high_term = autoscsi.high_term;
1511 adapter->wide_ok = autoscsi.wide_ok;
1512 adapter->fast_ok = autoscsi.fast_ok;
1513 adapter->sync_ok = autoscsi.sync_ok;
1514 adapter->discon_ok = autoscsi.discon_ok;
1516 adapter->ultra_ok = autoscsi.ultra_ok;
1518 adapter->scam_enabled = autoscsi.scam_enabled;
1519 adapter->scam_lev2 = autoscsi.scam_lev2;