Lines Matching refs:req_size
1290 u32 offset, i, req_size; in hptiop_probe() local
1401 req_size = sizeof(struct hpt_iop_request_scsi_command) in hptiop_probe()
1403 if ((req_size & 0x1f) != 0) in hptiop_probe()
1404 req_size = (req_size + 0x1f) & ~0x1f; in hptiop_probe()
1409 set_config.max_host_request_size = cpu_to_le16(req_size); in hptiop_probe()
1428 dprintk("req_size=%d, max_requests=%d\n", req_size, hba->max_requests); in hptiop_probe()
1430 hba->req_size = req_size; in hptiop_probe()
1432 hba->req_size*hba->max_requests + 0x20, in hptiop_probe()
1457 start_virt = (char *)start_virt + hba->req_size; in hptiop_probe()
1458 start_phy = start_phy + hba->req_size; 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()