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()
885 struct hptiop_request *_req) in hptiop_post_req_itl() argument
887 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_itl()
890 (u32)_req->index); in hptiop_post_req_itl()
904 writel(_req->req_shifted_phy | size_bits, in hptiop_post_req_itl()
907 writel(_req->req_shifted_phy | IOPMU_QUEUE_ADDR_HOST_BIT, in hptiop_post_req_itl()
912 struct hptiop_request *_req) in hptiop_post_req_mv() argument
914 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_mv()
917 reqhdr->context = cpu_to_le32(_req->index<<8 | in hptiop_post_req_mv()
931 mv_inbound_write((_req->req_shifted_phy << 5) | in hptiop_post_req_mv()
936 struct hptiop_request *_req) in hptiop_post_req_mvfrey() argument
938 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_mvfrey()
943 ((_req->req_shifted_phy >> 11) & 0xffff0000)); in hptiop_post_req_mvfrey()
945 (_req->index << 4) | reqhdr->type); in hptiop_post_req_mvfrey()
946 reqhdr->context_hi32 = cpu_to_le32((_req->req_shifted_phy << 5) & in hptiop_post_req_mvfrey()
959 (dma_addr_t)_req->req_shifted_phy << 5; in hptiop_post_req_mvfrey()
1014 struct hptiop_request *_req; in hptiop_queuecommand_lck() local
1019 _req = get_req(hba); in hptiop_queuecommand_lck()
1020 if (_req == NULL) { in hptiop_queuecommand_lck()
1025 _req->scp = scp; in hptiop_queuecommand_lck()
1036 _req->index, _req->req_virt); in hptiop_queuecommand_lck()
1043 free_req(hba, _req); in hptiop_queuecommand_lck()
1047 req = _req->req_virt; in hptiop_queuecommand_lck()
1067 hba->ops->post_req(hba, _req); in hptiop_queuecommand_lck()