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