Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
DBusLogic.h47 #define BLOGIC_MAXDEV 16 macro
900 unsigned char qdepth[BLOGIC_MAXDEV];
1064 struct blogic_ccb *bdr_pend[BLOGIC_MAXDEV];
1065 struct blogic_tgt_flags tgt_flags[BLOGIC_MAXDEV];
1066 unsigned char qdepth[BLOGIC_MAXDEV];
1067 unsigned char sync_period[BLOGIC_MAXDEV];
1068 unsigned char sync_offset[BLOGIC_MAXDEV];
1069 unsigned char active_cmds[BLOGIC_MAXDEV];
1070 unsigned int cmds_since_rst[BLOGIC_MAXDEV];
1071 unsigned long last_seqpoint[BLOGIC_MAXDEV];
[all …]
DBusLogic.c1772 for (tgt_id = 0; tgt_id < BLOGIC_MAXDEV; tgt_id++) { in blogic_rdconfig()
1834 char syncstr[BLOGIC_MAXDEV + 1]; in blogic_reportconfig()
1835 char widestr[BLOGIC_MAXDEV + 1]; in blogic_reportconfig()
1836 char discon_str[BLOGIC_MAXDEV + 1]; in blogic_reportconfig()
1837 char tagq_str[BLOGIC_MAXDEV + 1]; in blogic_reportconfig()
2180 u8 sync_period[BLOGIC_MAXDEV]; in blogic_inquiry()
3473 memset(tgt_stats, 0, BLOGIC_MAXDEV * sizeof(struct blogic_tgt_stats)); in blogic_write_info()
3706 for (tgt_id = 0; tgt_id < BLOGIC_MAXDEV; tgt_id++) { in blogic_parseopts()
3735 for (tgt_id = 0; tgt_id < BLOGIC_MAXDEV; tgt_id++) in blogic_parseopts()
3751 tgt_id < BLOGIC_MAXDEV; in blogic_parseopts()
[all …]