Searched refs:mpt_req (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_cam.c2040 MSG_SCSI_IO_REQUEST *mpt_req; local
2081 mpt_req = req->req_vbuf;
2082 memset(mpt_req, 0, sizeof (MSG_SCSI_IO_REQUEST));
2084 mpt_req->Function = MPI_FUNCTION_SCSI_IO_REQUEST;
2086 mpt_req->Function = MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH;
2093 mpt_req->Bus = 0; /* we never set bus here */
2096 mpt_req->Bus = 0; /* XXX */
2099 mpt_req->SenseBufferLength =
2107 mpt_req->MsgContext = htole32(req->index | scsi_io_handler_id);
2110 mpt_req
[all...]

Completed in 108 milliseconds