1FC_VPORT_CREATE(9) SCSI mid layer FC_VPORT_CREATE(9)
2
3
4
6 fc_vport_create - Admin App or LLDD requests creation of a vport
7
9 struct fc_vport * fc_vport_create(struct Scsi_Host * shost,
10 int channel,
11 struct fc_vport_identifiers * ids);
12
14 shost
15 scsi host the virtual port is connected to.
16
17 channel
18 channel on shost port connected to.
19
20 ids
21 The world wide names, FC4 port roles, etc for the virtual port.
22
24 This routine assumes no locks are held on entry.
25
27 James Bottomley <James.Bottomley@hansenpartnership.com>
28 Author.
29
30 Rob Landley <rob@landley.net>
31 Author.
32
34Kernel Hackers Manual 3.10 June 2019 FC_VPORT_CREATE(9)