Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c11574 pMpi2DiagBufferPostRequest_t pDiag_post_msg; in mptsas_start_diag() local
11587 pDiag_post_msg = (pMpi2DiagBufferPostRequest_t) in mptsas_start_diag()
11590 bzero(pDiag_post_msg, mpt->m_req_frame_size); in mptsas_start_diag()
11591 ddi_put8(mpt->m_acc_req_frame_hdl, &pDiag_post_msg->Function, in mptsas_start_diag()
11593 ddi_put8(mpt->m_acc_req_frame_hdl, &pDiag_post_msg->BufferType, in mptsas_start_diag()
11596 &pDiag_post_msg->ExtendedType, in mptsas_start_diag()
11599 &pDiag_post_msg->BufferLength, in mptsas_start_diag()
11601 for (i = 0; i < (sizeof (pDiag_post_msg->ProductSpecific) / 4); in mptsas_start_diag()
11604 &pDiag_post_msg->ProductSpecific[i], in mptsas_start_diag()
11608 &pDiag_post_msg->BufferAddress.Low, in mptsas_start_diag()
[all …]