1ISCSI_CREATE_SESSION(9) SCSI mid layer ISCSI_CREATE_SESSION(9)
2
3
4
6 iscsi_create_session - create iscsi class session
7
9 struct iscsi_cls_session *
10 iscsi_create_session(struct Scsi_Host * shost,
11 struct iscsi_transport * transport,
12 int dd_size,
13 unsigned int target_id);
14
16 shost
17 scsi host
18
19 transport
20 iscsi transport
21
22 dd_size
23 private driver data size
24
25 target_id
26 which target
27
29 This can be called from a LLD or iscsi_transport.
30
32 James Bottomley <James.Bottomley@hansenpartnership.com>
33 Author.
34
35 Rob Landley <rob@landley.net>
36 Author.
37
39Kernel Hackers Manual 3.10 June 2019 ISCSI_CREATE_SESSION(9)