Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A DBusLogic.c1281 adapter->maxdev = (adapter->wide ? 16 : 8); in blogic_rdconfig()
1545 adapter->maxdev = (adapter->wide ? 16 : 8); in blogic_rdconfig()
1695 unsigned short alltgt_mask = (1 << adapter->maxdev) - 1; in blogic_reportconfig()
1758 for (tgt_id = 0; tgt_id < adapter->maxdev; tgt_id++) in blogic_reportconfig()
1761 syncstr[adapter->maxdev] = '\0'; in blogic_reportconfig()
1771 for (tgt_id = 0; tgt_id < adapter->maxdev; tgt_id++) in blogic_reportconfig()
1774 widestr[adapter->maxdev] = '\0'; in blogic_reportconfig()
1782 for (tgt_id = 0; tgt_id < adapter->maxdev; tgt_id++) in blogic_reportconfig()
1785 discon_str[adapter->maxdev] = '\0'; in blogic_reportconfig()
1793 for (tgt_id = 0; tgt_id < adapter->maxdev; tgt_id++) in blogic_reportconfig()
[all …]
H A DBusLogic.h1016 unsigned short maxdev; member