Lines Matching refs:req_virt
191 req = hba->reqs[tag >> 8].req_virt; in hptiop_request_callback_mv()
242 req = hba->reqs[(_tag >> 4) & 0xff].req_virt; in hptiop_request_callback_mvfrey()
344 hba->u.mvfrey.internal_req.req_virt; in iop_send_sync_request_mvfrey()
530 hba->u.mvfrey.internal_req.req_virt; in iop_set_config_mvfrey()
784 req = hba->reqs[tag].req_virt; in hptiop_host_request_callback_itl()
789 req = hba->reqs[tag].req_virt; in hptiop_host_request_callback_itl()
877 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_itl()
904 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_mv()
928 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_mvfrey()
1026 _req->index, _req->req_virt); in hptiop_queuecommand_lck()
1038 req = _req->req_virt; in hptiop_queuecommand_lck()
1223 hba->u.mvfrey.internal_req.req_virt = p; in hptiop_internal_memalloc_mvfrey()
1266 if (hba->u.mvfrey.internal_req.req_virt) { in hptiop_internal_memfree_mvfrey()
1269 hba->u.mvfrey.internal_req.req_virt, in hptiop_internal_memfree_mvfrey()
1455 hba->reqs[i].req_virt = start_virt; in hptiop_probe()