Lines Matching refs:request

202 	pMpi2ConfigRequest_t	request;
215 request = (pMpi2ConfigRequest_t)(mpt->m_req_frame +
217 bzero(request, mpt->m_req_frame_size);
220 * Form the request message.
222 ddi_put8(mpt->m_acc_req_frame_hdl, &request->Function,
224 ddi_put8(mpt->m_acc_req_frame_hdl, &request->Action, config->action);
227 sge = (pMpi2SGESimple64_t)&request->PageBufferSGE;
231 &request->Header.PageType,
234 &request->ExtPageType, config->page_type);
237 &request->Header.PageType, config->page_type);
240 ddi_put8(mpt->m_acc_req_frame_hdl, &request->ExtPageType,
242 ddi_put16(mpt->m_acc_req_frame_hdl, &request->ExtPageLength,
244 ddi_put8(mpt->m_acc_req_frame_hdl, &request->Header.PageType,
246 ddi_put8(mpt->m_acc_req_frame_hdl, &request->Header.PageLength,
249 &request->Header.PageVersion, config->page_version);
265 ddi_put8(mpt->m_acc_req_frame_hdl, &request->Header.PageNumber,
267 ddi_put32(mpt->m_acc_req_frame_hdl, &request->PageAddress,
321 "page request");
332 * Save the data for this request to be used in the call to start the
333 * config header request.
350 * Save the config header request message in a slot.
360 * If this is a request for a RAID info page, or any page called during
361 * the RAID info page request, poll because these config page requests
363 * overwriting the outer page request's data. This can happen when
377 * Check if the header request completed without timing out
380 mptsas_log(mpt, CE_WARN, "config header request timeout");
387 * IOCStatus to make sure everything went OK with the header request.
431 "request");
474 * Save the data for this request to be used in the call to start the
491 * Send the config page request. cmd is re-used from header request.
496 * If this is a request for a RAID info page, or any page called during
497 * the RAID info page request, poll because these config page requests
499 * overwriting the outer page request's data. This can happen when
513 * Check if the request completed without timing out
516 mptsas_log(mpt, CE_WARN, "config page request timeout");
562 mptsas_log(mpt, CE_WARN, "ioc reset abort config request");
1008 * clear reply and request queue, so we should clear
1134 * Send TM request using High Priority Queue.
1149 * fail the TM request.
1165 "reply data for TM request");
1423 * which holds status info for the request.
1512 * which holds status info for the request.
1573 * which holds status info for the request.
1812 * which holds status info for the request.
1866 * that describes mpt's config reply page request structure.
2166 * that describes the MPT's config reply page request structure.
2216 * config request out.
2397 * which holds status info for the request.
2485 * which holds status info for the request.
2532 * that describes the MPT's config reply page request structure.
2581 * config request out.