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()
874 struct hptiop_request *_req) in hptiop_post_req_itl() argument
876 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_itl()
879 (u32)_req->index); in hptiop_post_req_itl()
893 writel(_req->req_shifted_phy | size_bits, in hptiop_post_req_itl()
896 writel(_req->req_shifted_phy | IOPMU_QUEUE_ADDR_HOST_BIT, in hptiop_post_req_itl()
901 struct hptiop_request *_req) in hptiop_post_req_mv() argument
903 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_mv()
906 reqhdr->context = cpu_to_le32(_req->index<<8 | in hptiop_post_req_mv()
920 mv_inbound_write((_req->req_shifted_phy << 5) | in hptiop_post_req_mv()
925 struct hptiop_request *_req) in hptiop_post_req_mvfrey() argument
927 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_mvfrey()
932 ((_req->req_shifted_phy >> 11) & 0xffff0000)); in hptiop_post_req_mvfrey()
934 (_req->index << 4) | reqhdr->type); in hptiop_post_req_mvfrey()
935 reqhdr->context_hi32 = cpu_to_le32((_req->req_shifted_phy << 5) & in hptiop_post_req_mvfrey()
948 (dma_addr_t)_req->req_shifted_phy << 5; in hptiop_post_req_mvfrey()
1003 struct hptiop_request *_req; in hptiop_queuecommand_lck() local
1008 _req = get_req(hba); in hptiop_queuecommand_lck()
1009 if (_req == NULL) { in hptiop_queuecommand_lck()
1014 _req->scp = scp; in hptiop_queuecommand_lck()
1025 _req->index, _req->req_virt); in hptiop_queuecommand_lck()
1033 free_req(hba, _req); in hptiop_queuecommand_lck()
1037 req = _req->req_virt; in hptiop_queuecommand_lck()
1057 hba->ops->post_req(hba, _req); in hptiop_queuecommand_lck()