Searched refs:mpt_req (Results 1 – 1 of 1) sorted by relevance
522 MSG_REQUEST_HEADER *mpt_req; in mpt_done() local584 mpt_req = req->req_vbuf; in mpt_done()587 if (__predict_false(mpt_req->Function == MPI_FUNCTION_SCSI_TASK_MGMT)) { in mpt_done()595 if (__predict_false(mpt_req->Function == MPI_FUNCTION_PORT_ENABLE)) in mpt_done()602 if (__predict_false(mpt_req->Function != in mpt_done()606 __func__, mpt_req->Function, index); in mpt_done()829 MSG_SCSI_IO_REQUEST *mpt_req; in mpt_run_xfer() local847 mpt_req = req->req_vbuf; in mpt_run_xfer()848 memset(mpt_req, 0, sizeof(*mpt_req)); in mpt_run_xfer()850 mpt_req->Function = MPI_FUNCTION_SCSI_IO_REQUEST; in mpt_run_xfer()[all …]