Lines Matching refs:autoscsi
1350 struct blogic_autoscsi autoscsi;
1604 fetch_localram.count = sizeof(autoscsi);
1606 sizeof(fetch_localram), &autoscsi,
1607 sizeof(autoscsi)) != sizeof(autoscsi))
1614 adapter->parity = autoscsi.parity;
1615 adapter->reset_enabled = autoscsi.reset_enabled;
1618 adapter->low_term = autoscsi.low_term;
1619 adapter->high_term = autoscsi.high_term;
1626 adapter->wide_ok = autoscsi.wide_ok;
1627 adapter->fast_ok = autoscsi.fast_ok;
1628 adapter->sync_ok = autoscsi.sync_ok;
1629 adapter->discon_ok = autoscsi.discon_ok;
1631 adapter->ultra_ok = autoscsi.ultra_ok;
1633 adapter->scam_enabled = autoscsi.scam_enabled;
1634 adapter->scam_lev2 = autoscsi.scam_lev2;