Lines Matching refs:_req
299 void __iomem *_req, u32 millisec)
301 struct hpt_iop_request_header __iomem *req = _req;
874 struct hptiop_request *_req)
876 struct hpt_iop_request_header *reqhdr = _req->req_virt;
879 (u32)_req->index);
893 writel(_req->req_shifted_phy | size_bits,
896 writel(_req->req_shifted_phy | IOPMU_QUEUE_ADDR_HOST_BIT,
901 struct hptiop_request *_req)
903 struct hpt_iop_request_header *reqhdr = _req->req_virt;
906 reqhdr->context = cpu_to_le32(_req->index<<8 |
920 mv_inbound_write((_req->req_shifted_phy << 5) |
925 struct hptiop_request *_req)
927 struct hpt_iop_request_header *reqhdr = _req->req_virt;
932 ((_req->req_shifted_phy >> 11) & 0xffff0000));
934 (_req->index << 4) | reqhdr->type);
935 reqhdr->context_hi32 = cpu_to_le32((_req->req_shifted_phy << 5) &
948 (dma_addr_t)_req->req_shifted_phy << 5;
1002 struct hptiop_request *_req;
1004 _req = get_req(hba);
1005 if (_req == NULL) {
1010 _req->scp = scp;
1021 _req->index, _req->req_virt);
1029 free_req(hba, _req);
1033 req = _req->req_virt;
1050 hba->ops->post_req(hba, _req);