Home
last modified time | relevance | path

Searched refs:BLOGIC_MAXDEV (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A 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...]
H A DBusLogic.c1767 for (tgt_id = 0; tgt_id < BLOGIC_MAXDEV; tgt_id++) { in blogic_rdconfig()
1829 char syncstr[BLOGIC_MAXDEV + 1]; in blogic_reportconfig()
1830 char widestr[BLOGIC_MAXDEV + 1]; in blogic_reportconfig()
1831 char discon_str[BLOGIC_MAXDEV + 1]; in blogic_reportconfig()
1832 char tagq_str[BLOGIC_MAXDEV + 1]; in blogic_reportconfig()
2176 u8 sync_period[BLOGIC_MAXDEV]; in blogic_inquiry()
3471 memset(tgt_stats, 0, BLOGIC_MAXDEV * sizeof(struct blogic_tgt_stats)); in blogic_write_info()
3712 for (tgt_id = 0; tgt_id < BLOGIC_MAXDEV; tgt_id++) { in blogic_parseopts()
3741 for (tgt_id = 0; tgt_id < BLOGIC_MAXDEV; tgt_id++) in blogic_parseopts()
3757 tgt_id < BLOGIC_MAXDEV; in blogic_parseopts()
[all...]
/kernel/linux/linux-6.6/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...]

Completed in 14 milliseconds