Lines Matching refs:reqhdr
331 struct hpt_iop_request_header *reqhdr = hba->u.mv.internal_req; in iop_send_sync_request_mv() local
335 reqhdr->flags |= cpu_to_le32(IOP_REQUEST_FLAG_SYNC_REQUEST); in iop_send_sync_request_mv()
351 struct hpt_iop_request_header *reqhdr = in iop_send_sync_request_mvfrey() local
356 reqhdr->flags |= cpu_to_le32(IOP_REQUEST_FLAG_SYNC_REQUEST); in iop_send_sync_request_mvfrey()
887 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_itl() local
889 reqhdr->context = cpu_to_le32(IOPMU_QUEUE_ADDR_HOST_BIT | in hptiop_post_req_itl()
891 reqhdr->context_hi32 = 0; in hptiop_post_req_itl()
896 size = le32_to_cpu(reqhdr->size); in hptiop_post_req_itl()
914 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_mv() local
917 reqhdr->context = cpu_to_le32(_req->index<<8 | in hptiop_post_req_mv()
919 reqhdr->context_hi32 = 0; in hptiop_post_req_mv()
920 size = le32_to_cpu(reqhdr->size); in hptiop_post_req_mv()
938 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_mvfrey() local
941 reqhdr->flags |= cpu_to_le32(IOP_REQUEST_FLAG_OUTPUT_CONTEXT | in hptiop_post_req_mvfrey()
944 reqhdr->context = cpu_to_le32(IOPMU_QUEUE_ADDR_HOST_BIT | 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()
960 hba->u.mvfrey.inlist[index].intrfc_len = (reqhdr->size + 3) / 4; in hptiop_post_req_mvfrey()