1. NAME

fc_vport_terminate - Admin App or LLDD requests termination of a vport

2. SYNOPSIS

int fc_vport_terminate(struct fc_vport *  vport );

3. ARGUMENTS

vport
    fc_vport to be terminated

4. DESCRIPTION

Calls the LLDD vport_delete function, then deallocates and removes the vport from the shost and object tree.

5. NOTES

This routine assumes no locks are held on entry.

6. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

7. COPYRIGHT