Lines Matching refs:_req

299 					void __iomem *_req, u32 millisec)  in iop_send_sync_request_itl()  argument
301 struct hpt_iop_request_header __iomem *req = _req; in iop_send_sync_request_itl()
875 struct hptiop_request *_req) in hptiop_post_req_itl() argument
877 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_itl()
880 (u32)_req->index); in hptiop_post_req_itl()
894 writel(_req->req_shifted_phy | size_bits, in hptiop_post_req_itl()
897 writel(_req->req_shifted_phy | IOPMU_QUEUE_ADDR_HOST_BIT, in hptiop_post_req_itl()
902 struct hptiop_request *_req) in hptiop_post_req_mv() argument
904 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_mv()
907 reqhdr->context = cpu_to_le32(_req->index<<8 | in hptiop_post_req_mv()
921 mv_inbound_write((_req->req_shifted_phy << 5) | in hptiop_post_req_mv()
926 struct hptiop_request *_req) in hptiop_post_req_mvfrey() argument
928 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_mvfrey()
933 ((_req->req_shifted_phy >> 11) & 0xffff0000)); in hptiop_post_req_mvfrey()
935 (_req->index << 4) | reqhdr->type); in hptiop_post_req_mvfrey()
936 reqhdr->context_hi32 = cpu_to_le32((_req->req_shifted_phy << 5) & in hptiop_post_req_mvfrey()
949 (dma_addr_t)_req->req_shifted_phy << 5; in hptiop_post_req_mvfrey()
1004 struct hptiop_request *_req; in hptiop_queuecommand_lck() local
1009 _req = get_req(hba); in hptiop_queuecommand_lck()
1010 if (_req == NULL) { in hptiop_queuecommand_lck()
1015 _req->scp = scp; in hptiop_queuecommand_lck()
1026 _req->index, _req->req_virt); in hptiop_queuecommand_lck()
1034 free_req(hba, _req); in hptiop_queuecommand_lck()
1038 req = _req->req_virt; in hptiop_queuecommand_lck()
1058 hba->ops->post_req(hba, _req); in hptiop_queuecommand_lck()