Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
DBusLogic.h40 #define BLOGIC_MAXDEV 16 macro
893 unsigned char qdepth[BLOGIC_MAXDEV];
1057 struct blogic_ccb *bdr_pend[BLOGIC_MAXDEV];
1058 struct blogic_tgt_flags tgt_flags[BLOGIC_MAXDEV];
1059 unsigned char qdepth[BLOGIC_MAXDEV];
1060 unsigned char sync_period[BLOGIC_MAXDEV];
1061 unsigned char sync_offset[BLOGIC_MAXDEV];
1062 unsigned char active_cmds[BLOGIC_MAXDEV];
1063 unsigned int cmds_since_rst[BLOGIC_MAXDEV];
1064 unsigned long last_seqpoint[BLOGIC_MAXDEV];
[all …]
DBusLogic.c1766 for (tgt_id = 0; tgt_id < BLOGIC_MAXDEV; tgt_id++) { in blogic_rdconfig()
1828 char syncstr[BLOGIC_MAXDEV + 1]; in blogic_reportconfig()
1829 char widestr[BLOGIC_MAXDEV + 1]; in blogic_reportconfig()
1830 char discon_str[BLOGIC_MAXDEV + 1]; in blogic_reportconfig()
1831 char tagq_str[BLOGIC_MAXDEV + 1]; in blogic_reportconfig()
2175 u8 sync_period[BLOGIC_MAXDEV]; in blogic_inquiry()
3469 memset(tgt_stats, 0, BLOGIC_MAXDEV * sizeof(struct blogic_tgt_stats)); in blogic_write_info()
3710 for (tgt_id = 0; tgt_id < BLOGIC_MAXDEV; tgt_id++) { in blogic_parseopts()
3739 for (tgt_id = 0; tgt_id < BLOGIC_MAXDEV; tgt_id++) in blogic_parseopts()
3755 tgt_id < BLOGIC_MAXDEV; in blogic_parseopts()
[all …]