Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A DBusLogic.h40 #define BLOGIC_MAXDEV 16 macro
885 unsigned char qdepth[BLOGIC_MAXDEV];
1046 struct blogic_ccb *bdr_pend[BLOGIC_MAXDEV];
1047 struct blogic_tgt_flags tgt_flags[BLOGIC_MAXDEV];
1048 unsigned char qdepth[BLOGIC_MAXDEV];
1049 unsigned char sync_period[BLOGIC_MAXDEV];
1050 unsigned char sync_offset[BLOGIC_MAXDEV];
1051 unsigned char active_cmds[BLOGIC_MAXDEV];
1052 unsigned int cmds_since_rst[BLOGIC_MAXDEV];
1053 unsigned long last_seqpoint[BLOGIC_MAXDEV];
[all …]
H A DBusLogic.c1642 for (tgt_id = 0; tgt_id < BLOGIC_MAXDEV; tgt_id++) { in blogic_rdconfig()
1699 char syncstr[BLOGIC_MAXDEV + 1]; in blogic_reportconfig()
1700 char widestr[BLOGIC_MAXDEV + 1]; in blogic_reportconfig()
1701 char discon_str[BLOGIC_MAXDEV + 1]; in blogic_reportconfig()
1702 char tagq_str[BLOGIC_MAXDEV + 1]; in blogic_reportconfig()
2025 u8 sync_period[BLOGIC_MAXDEV]; in blogic_inquiry()
3327 memset(tgt_stats, 0, BLOGIC_MAXDEV * sizeof(struct blogic_tgt_stats)); in blogic_write_info()
3538 for (tgt_id = 0; tgt_id < BLOGIC_MAXDEV; tgt_id++) { in blogic_parseopts()
3567 for (tgt_id = 0; tgt_id < BLOGIC_MAXDEV; tgt_id++) in blogic_parseopts()
3583 tgt_id < BLOGIC_MAXDEV; in blogic_parseopts()
[all …]