Name

fc_vport_create — Admin App or LLDD requests creation of a vport

Synopsis

struct fc_vport * fc_vport_create (struct Scsi_Host * shost,
 int channel,
 struct fc_vport_identifiers * ids);
 

Arguments

struct Scsi_Host * shost

scsi host the virtual port is connected to.

int channel

channel on shost port connected to.

struct fc_vport_identifiers * ids

The world wide names, FC4 port roles, etc for the virtual port.

Notes

This routine assumes no locks are held on entry.