Lines Matching refs:_req

307 					void __iomem *_req, u32 millisec)  in iop_send_sync_request_itl()  argument
309 struct hpt_iop_request_header __iomem *req = _req; in iop_send_sync_request_itl()
883 struct hptiop_request *_req) in hptiop_post_req_itl() argument
885 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_itl()
888 (u32)_req->index); in hptiop_post_req_itl()
902 writel(_req->req_shifted_phy | size_bits, in hptiop_post_req_itl()
905 writel(_req->req_shifted_phy | IOPMU_QUEUE_ADDR_HOST_BIT, in hptiop_post_req_itl()
910 struct hptiop_request *_req) in hptiop_post_req_mv() argument
912 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_mv()
915 reqhdr->context = cpu_to_le32(_req->index<<8 | in hptiop_post_req_mv()
929 mv_inbound_write((_req->req_shifted_phy << 5) | in hptiop_post_req_mv()
934 struct hptiop_request *_req) in hptiop_post_req_mvfrey() argument
936 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_mvfrey()
941 ((_req->req_shifted_phy >> 11) & 0xffff0000)); in hptiop_post_req_mvfrey()
943 (_req->index << 4) | reqhdr->type); in hptiop_post_req_mvfrey()
944 reqhdr->context_hi32 = cpu_to_le32((_req->req_shifted_phy << 5) & in hptiop_post_req_mvfrey()
957 (dma_addr_t)_req->req_shifted_phy << 5; in hptiop_post_req_mvfrey()
1012 struct hptiop_request *_req; in hptiop_queuecommand_lck() local
1017 _req = get_req(hba); in hptiop_queuecommand_lck()
1018 if (_req == NULL) { in hptiop_queuecommand_lck()
1023 _req->scp = scp; in hptiop_queuecommand_lck()
1034 _req->index, _req->req_virt); in hptiop_queuecommand_lck()
1042 free_req(hba, _req); in hptiop_queuecommand_lck()
1046 req = _req->req_virt; in hptiop_queuecommand_lck()
1066 hba->ops->post_req(hba, _req); in hptiop_queuecommand_lck()