Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A DBusLogic.h576 unsigned short sync_ok; /* Bytes 25-26 */ member
947 u16 sync_ok; /* Bytes 10-11 */ member
1027 unsigned short sync_ok; member
H A DBusLogic.c1286 adapter->sync_ok = fpinfo->sync_ok; in blogic_rdconfig()
1513 adapter->sync_ok = autoscsi.sync_ok; in blogic_rdconfig()
1528 adapter->sync_ok = 0xFF; in blogic_rdconfig()
1695 unsigned short sync_ok, fast_ok; in blogic_reportconfig() local
1731 sync_ok = adapter->sync_ok & alltgt_mask; in blogic_reportconfig()
1739 if (sync_ok == 0) { in blogic_reportconfig()
1742 } else if (sync_ok == alltgt_mask) { in blogic_reportconfig()
1758 …syncstr[tgt_id] = ((!(sync_ok & (1 << tgt_id))) ? 'N' : (!(fast_ok & (1 << tgt_id)) ? 'S' : (!(ult… in blogic_reportconfig()
1763 syncmsg = (sync_ok == 0 ? "Disabled" : "Enabled"); in blogic_reportconfig()