Lines Matching refs:reqhdr
323 struct hpt_iop_request_header *reqhdr = hba->u.mv.internal_req;
327 reqhdr->flags |= cpu_to_le32(IOP_REQUEST_FLAG_SYNC_REQUEST);
343 struct hpt_iop_request_header *reqhdr =
348 reqhdr->flags |= cpu_to_le32(IOP_REQUEST_FLAG_SYNC_REQUEST);
877 struct hpt_iop_request_header *reqhdr = _req->req_virt;
879 reqhdr->context = cpu_to_le32(IOPMU_QUEUE_ADDR_HOST_BIT |
881 reqhdr->context_hi32 = 0;
886 size = le32_to_cpu(reqhdr->size);
904 struct hpt_iop_request_header *reqhdr = _req->req_virt;
907 reqhdr->context = cpu_to_le32(_req->index<<8 |
909 reqhdr->context_hi32 = 0;
910 size = le32_to_cpu(reqhdr->size);
928 struct hpt_iop_request_header *reqhdr = _req->req_virt;
931 reqhdr->flags |= cpu_to_le32(IOP_REQUEST_FLAG_OUTPUT_CONTEXT |
934 reqhdr->context = cpu_to_le32(IOPMU_QUEUE_ADDR_HOST_BIT |
935 (_req->index << 4) | reqhdr->type);
936 reqhdr->context_hi32 = cpu_to_le32((_req->req_shifted_phy << 5) &
950 hba->u.mvfrey.inlist[index].intrfc_len = (reqhdr->size + 3) / 4;