Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dips.c705 scb = &ha->scbs[ha->max_cmds - 1]; in ips_release()
779 scb = &ha->scbs[ha->max_cmds - 1]; in ips_halt()
937 scb = &ha->scbs[ha->max_cmds - 1]; in ips_eh_reset()
1264 min = ha->max_cmds / 4;
1277 (ha->max_cmds - 1) / count;
1308 min = ha->max_cmds / 2;
1310 min = ha->max_cmds - 1;
2239 ha->max_cmds);
2515 scb = &ha->scbs[ha->max_cmds - 1];
2659 ha->max_cmds = ha->enq->ucConcurrentCmdCount;
[all …]
Dmegaraid.c2900 megaCfg->max_cmds = megaCfg->productInfo.MaxConcCmds; in mega_i_query_adapter()
2901 if (megaCfg->max_cmds > MAX_COMMANDS) in mega_i_query_adapter()
2902 megaCfg->max_cmds = MAX_COMMANDS - 1; in mega_i_query_adapter()
2904 megaCfg->host->can_queue = megaCfg->max_cmds - 1; in mega_i_query_adapter()
3478 for (i = 0; i < megaCfg->max_cmds; i++) {
4219 for (idx = 0; idx < megaCfg->max_cmds; idx++) {
4292 megaCfg->productInfo.MaxConcCmds, megaCfg->max_cmds);
4632 if (megacfg->max_cmds >= MAX_COMMANDS) {
4634 megacfg->max_cmds, MAX_COMMANDS);
4638 for (idx = megacfg->max_cmds - 1; idx >= 0; idx--) {
Dmegaraid2.c1009 adapter->max_cmds = adapter->product_info.max_commands; in mega_query_adapter()
1011 if(adapter->max_cmds > MAX_COMMANDS) in mega_query_adapter()
1012 adapter->max_cmds = MAX_COMMANDS; in mega_query_adapter()
1014 adapter->host->can_queue = adapter->max_cmds - 1; in mega_query_adapter()
2571 for(i = 0; i < adapter->max_cmds; i++) { in mega_free_sgl()
3075 adapter->product_info.max_commands, adapter->max_cmds); in proc_read_config()
4085 for( i = 0; i < adapter->max_cmds; i++ ) { in mega_init_scb()
4095 for( i = 0; i < adapter->max_cmds; i++ ) { in mega_init_scb()
Dmegaraid.h783 u8 max_cmds; member
Dmegaraid2.h912 u8 max_cmds; member
Dips.h1083 uint32_t max_cmds; /* Max concurrent commands */ member