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

/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c2064 MSG_SCSI_IO_REQUEST *mpt_req; local
2105 mpt_req = req->req_vbuf;
2106 memset(mpt_req, 0, sizeof (MSG_SCSI_IO_REQUEST));
2108 mpt_req->Function = MPI_FUNCTION_SCSI_IO_REQUEST;
2110 mpt_req->Function = MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH;
2117 mpt_req->Bus = 0; /* we never set bus here */
2120 mpt_req->Bus = 0; /* XXX */
2123 mpt_req->SenseBufferLength =
2131 mpt_req->MsgContext = htole32(req->index | scsi_io_handler_id);
2134 mpt_req
[all...]

Completed in 67 milliseconds