1. NAME

fc_vport_create - Admin App or LLDD requests creation of a vport

2. SYNOPSIS

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

3. ARGUMENTS

shost
    scsi host the virtual port is connected to.

channel
    channel on shost port connected to.

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

4. NOTES

This routine assumes no locks are held on entry.

5. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

6. COPYRIGHT