Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A DBusLogic.c1702 char tagq_str[BLOGIC_MAXDEV + 1]; in blogic_reportconfig() local
1706 char *tagq_msg = tagq_str; in blogic_reportconfig()
1793 tagq_str[tgt_id] = ((tagq_ok & (1 << tgt_id)) ? 'Y' : 'N'); in blogic_reportconfig()
1794 tagq_str[adapter->scsi_id] = '#'; in blogic_reportconfig()
1795 tagq_str[adapter->maxdev] = '\0'; in blogic_reportconfig()