Lines Matching refs:ddi_put8

222 	ddi_put8(mpt->m_acc_req_frame_hdl, &request->Function,
224 ddi_put8(mpt->m_acc_req_frame_hdl, &request->Action, config->action);
230 ddi_put8(mpt->m_acc_req_frame_hdl,
233 ddi_put8(mpt->m_acc_req_frame_hdl,
236 ddi_put8(mpt->m_acc_req_frame_hdl,
240 ddi_put8(mpt->m_acc_req_frame_hdl, &request->ExtPageType,
244 ddi_put8(mpt->m_acc_req_frame_hdl, &request->Header.PageType,
246 ddi_put8(mpt->m_acc_req_frame_hdl, &request->Header.PageLength,
248 ddi_put8(mpt->m_acc_req_frame_hdl,
265 ddi_put8(mpt->m_acc_req_frame_hdl, &request->Header.PageNumber,
616 ddi_put8(mpt->m_hshk_acc_hdl, &config->Function, MPI2_FUNCTION_CONFIG);
617 ddi_put8(mpt->m_hshk_acc_hdl, &config->Action, action);
618 ddi_put8(mpt->m_hshk_acc_hdl, &config->Header.PageNumber, pagenumber);
619 ddi_put8(mpt->m_hshk_acc_hdl, &config->Header.PageType, pagetype);
621 ddi_put8(mpt->m_hshk_acc_hdl, &config->Header.PageVersion, pageversion);
622 ddi_put8(mpt->m_hshk_acc_hdl, &config->Header.PageLength, pagelength);
650 ddi_put8(mpt->m_hshk_acc_hdl, &config->Function, MPI2_FUNCTION_CONFIG);
651 ddi_put8(mpt->m_hshk_acc_hdl, &config->Action, action);
652 ddi_put8(mpt->m_hshk_acc_hdl, &config->Header.PageNumber, pagenumber);
653 ddi_put8(mpt->m_hshk_acc_hdl, &config->Header.PageType,
655 ddi_put8(mpt->m_hshk_acc_hdl, &config->ExtPageType, extpagetype);
657 ddi_put8(mpt->m_hshk_acc_hdl, &config->Header.PageVersion, pageversion);
1131 ddi_put8(mpt->m_acc_req_frame_hdl, &task->TaskType, task_type);
1281 ddi_put8(mpt->m_acc_req_frame_hdl, &fwdownload->Function,
1283 ddi_put8(mpt->m_acc_req_frame_hdl, &fwdownload->ImageType, type);
1284 ddi_put8(mpt->m_acc_req_frame_hdl, &fwdownload->MsgFlags,
1289 ddi_put8(mpt->m_acc_req_frame_hdl, &tcsge->ContextSize, 0);
1290 ddi_put8(mpt->m_acc_req_frame_hdl, &tcsge->DetailsLength, 12);
1291 ddi_put8(mpt->m_acc_req_frame_hdl, &tcsge->Flags, 0);