Searched refs:reqhdr (Results 1 – 1 of 1) sorted by relevance
331 struct hpt_iop_request_header *reqhdr = hba->u.mv.internal_req; in iop_send_sync_request_mv() local335 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() local356 reqhdr->flags |= cpu_to_le32(IOP_REQUEST_FLAG_SYNC_REQUEST); in iop_send_sync_request_mvfrey()885 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_itl() local887 reqhdr->context = cpu_to_le32(IOPMU_QUEUE_ADDR_HOST_BIT | in hptiop_post_req_itl()889 reqhdr->context_hi32 = 0; in hptiop_post_req_itl()894 size = le32_to_cpu(reqhdr->size); in hptiop_post_req_itl()912 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_mv() local915 reqhdr->context = cpu_to_le32(_req->index<<8 | in hptiop_post_req_mv()[all …]