Home
last modified time | relevance | path

Searched refs:reqhdr (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-hw-diags/util/
H A Dpldm.cpp541 auto reqhdr = reinterpret_cast<const pldm_msg_hdr*>(&request); in hresetSbe() local
542 manager.freePLDMInstanceID(reqhdr->instance_id, hbrtMctpEid); in hresetSbe()
603 auto reqhdr = reinterpret_cast<const pldm_msg_hdr*>(&request); in hresetSbe() local
604 manager.freePLDMInstanceID(reqhdr->instance_id, hbrtMctpEid); in hresetSbe()
635 auto reqhdr = reinterpret_cast<const pldm_msg_hdr*>(&request); in hresetSbe() local
636 manager.freePLDMInstanceID(reqhdr->instance_id, hbrtMctpEid); in hresetSbe()
/openbmc/linux/drivers/scsi/
H A Dhptiop.c323 struct hpt_iop_request_header *reqhdr = hba->u.mv.internal_req; in iop_send_sync_request_mv() local
327 reqhdr->flags |= cpu_to_le32(IOP_REQUEST_FLAG_SYNC_REQUEST); in iop_send_sync_request_mv()
343 struct hpt_iop_request_header *reqhdr = in iop_send_sync_request_mvfrey() local
348 reqhdr->flags |= cpu_to_le32(IOP_REQUEST_FLAG_SYNC_REQUEST); in iop_send_sync_request_mvfrey()
876 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_itl() local
878 reqhdr->context = cpu_to_le32(IOPMU_QUEUE_ADDR_HOST_BIT | in hptiop_post_req_itl()
880 reqhdr->context_hi32 = 0; in hptiop_post_req_itl()
885 size = le32_to_cpu(reqhdr->size); in hptiop_post_req_itl()
903 struct hpt_iop_request_header *reqhdr = _req->req_virt; in hptiop_post_req_mv() local
906 reqhdr->context = cpu_to_le32(_req->index<<8 | in hptiop_post_req_mv()
[all …]