Lines Matching refs:max_requests
461 config->max_requests = info->max_requests;
1114 if (queue_depth > hba->max_requests)
1115 queue_depth = hba->max_requests;
1369 hba->max_requests = min(le32_to_cpu(iop_config.max_requests),
1398 host->can_queue = le32_to_cpu(iop_config.max_requests);
1399 host->cmd_per_lun = le32_to_cpu(iop_config.max_requests);
1429 dprintk("req_size=%d, max_requests=%d\n", req_size, hba->max_requests);
1434 for (i = 0; i < hba->max_requests; i++) {
1477 for (i = 0; i < hba->max_requests; i++) {
1564 for (i = 0; i < hba->max_requests; i++) {