Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A DBusLogic.c1282 adapter->maxdev = (adapter->wide ? 16 : 8); in blogic_rdconfig()
1546 adapter->maxdev = (adapter->wide ? 16 : 8); in blogic_rdconfig()
1697 unsigned short alltgt_mask = (1 << adapter->maxdev) - 1; in blogic_reportconfig()
1760 for (tgt_id = 0; tgt_id < adapter->maxdev; tgt_id++) in blogic_reportconfig()
1763 syncstr[adapter->maxdev] = '\0'; in blogic_reportconfig()
1773 for (tgt_id = 0; tgt_id < adapter->maxdev; tgt_id++) in blogic_reportconfig()
1776 widestr[adapter->maxdev] = '\0'; in blogic_reportconfig()
1784 for (tgt_id = 0; tgt_id < adapter->maxdev; tgt_id++) in blogic_reportconfig()
1787 discon_str[adapter->maxdev] = '\0'; in blogic_reportconfig()
1795 for (tgt_id = 0; tgt_id < adapter->maxdev; tgt_id++) in blogic_reportconfig()
[all …]
H A DBusLogic.h1016 unsigned short maxdev; member