.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "MAP_DATA_FOR_SRP_CMD" "9" "09 October 2005" "" "" .SH NAME map_data_for_srp_cmd \- Calls functions to map data for srp cmds .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int map_data_for_srp_cmd (struct scsi_cmnd * \fIcmd\fB, struct srp_cmd * \fIsrp_cmd\fB, struct device * \fIdev\fB); \fR .SH "ARGUMENTS" .TP \fB\fIcmd\fB\fR struct scsi_cmnd with the memory to be mapped .TP \fB\fIsrp_cmd\fB\fR srp_cmd that contains the memory descriptor .TP \fB\fIdev\fB\fR dma device for which to map dma memory .SH "DESCRIPTION" .PP Called by \fBscsi_cmd_to_srp_cmd\fR when converting scsi cmds to srp cmds Returns 1 on success.