Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A DBusLogic.c1730 alltgt_mask &= ~(1 << adapter->scsi_id); in blogic_reportconfig()
1731 sync_ok = adapter->sync_ok & alltgt_mask; in blogic_reportconfig()
1732 fast_ok = adapter->fast_ok & alltgt_mask; in blogic_reportconfig()
1742 } else if (sync_ok == alltgt_mask) { in blogic_reportconfig()
1746 } else if (fast_ok == alltgt_mask) { in blogic_reportconfig()
1750 } else if (ultra_ok == alltgt_mask) { in blogic_reportconfig()
1764 wide_ok = adapter->wide_ok & alltgt_mask; in blogic_reportconfig()
1767 else if (wide_ok == alltgt_mask) in blogic_reportconfig()
1778 else if (discon_ok == alltgt_mask) in blogic_reportconfig()
1786 tagq_ok = adapter->tagq_ok & alltgt_mask; in blogic_reportconfig()
[all …]