Lines Matching refs:max_requests
469 config->max_requests = info->max_requests; in iop_get_config_mvfrey()
1125 if (queue_depth > hba->max_requests) in hptiop_adjust_disk_queue_depth()
1126 queue_depth = hba->max_requests; in hptiop_adjust_disk_queue_depth()
1368 hba->max_requests = min(le32_to_cpu(iop_config.max_requests), in hptiop_probe()
1397 host->can_queue = le32_to_cpu(iop_config.max_requests); in hptiop_probe()
1398 host->cmd_per_lun = le32_to_cpu(iop_config.max_requests); in hptiop_probe()
1428 dprintk("req_size=%d, max_requests=%d\n", req_size, hba->max_requests); in hptiop_probe()
1432 hba->req_size*hba->max_requests + 0x20, in hptiop_probe()
1451 for (i = 0; i < hba->max_requests; i++) { in hptiop_probe()
1478 hba->req_size * hba->max_requests + 0x20, in hptiop_probe()
1559 hba->req_size * hba->max_requests + 0x20, in hptiop_remove()