Home
last modified time | relevance | path

Searched refs:req_virt (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/
Dhptiop.c199 req = hba->reqs[tag >> 8].req_virt; in hptiop_request_callback_mv()
250 req = hba->reqs[(_tag >> 4) & 0xff].req_virt; in hptiop_request_callback_mvfrey()
352 hba->u.mvfrey.internal_req.req_virt; in iop_send_sync_request_mvfrey()
538 hba->u.mvfrey.internal_req.req_virt; in iop_set_config_mvfrey()
792 req = hba->reqs[tag].req_virt; in hptiop_host_request_callback_itl()
797 req = hba->reqs[tag].req_virt; in hptiop_host_request_callback_itl()
885 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_itl()
912 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_mv()
936 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_mvfrey()
1034 _req->index, _req->req_virt); in hptiop_queuecommand_lck()
[all …]
Dhptiop.h256 void *req_virt; member