Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A DBusLogic.c1288 adapter->sync_ok = fpinfo->sync_ok; in blogic_rdconfig()
1515 adapter->sync_ok = autoscsi.sync_ok; in blogic_rdconfig()
1530 adapter->sync_ok = 0xFF; in blogic_rdconfig()
1698 unsigned short sync_ok, fast_ok; in blogic_reportconfig() local
1734 sync_ok = adapter->sync_ok & alltgt_mask; in blogic_reportconfig()
1742 if (sync_ok == 0) { in blogic_reportconfig()
1745 } else if (sync_ok == alltgt_mask) { in blogic_reportconfig()
1761 …syncstr[tgt_id] = ((!(sync_ok & (1 << tgt_id))) ? 'N' : (!(fast_ok & (1 << tgt_id)) ? 'S' : (!(ult… in blogic_reportconfig()
1766 syncmsg = (sync_ok == 0 ? "Disabled" : "Enabled"); in blogic_reportconfig()