'\" t .\" Title: iscsi_create_session .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: SCSI mid layer .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "ISCSI_CREATE_SESSION" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "SCSI mid layer" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" iscsi_create_session \- create iscsi class session .SH "SYNOPSIS" .HP \w'struct\ iscsi_cls_session\ *\ iscsi_create_session('u .BI "struct iscsi_cls_session * iscsi_create_session(struct\ Scsi_Host\ *\ " "shost" ", struct\ iscsi_transport\ *\ " "transport" ", int\ " "dd_size" ", unsigned\ int\ " "target_id" ");" .SH "ARGUMENTS" .PP \fIshost\fR .RS 4 scsi host .RE .PP \fItransport\fR .RS 4 iscsi transport .RE .PP \fIdd_size\fR .RS 4 private driver data size .RE .PP \fItarget_id\fR .RS 4 which target .RE .SH "DESCRIPTION" .PP This can be called from a LLD or iscsi_transport\&. .SH "AUTHORS" .PP \fBJames Bottomley\fR <\&James.Bottomley@hansenpartnership.com\&> .RS 4 Author. .RE .PP \fBRob Landley\fR <\&rob@landley.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br