fc_vport_terminate (9) Linux Manual Page
fc_vport_terminate – Admin App or LLDD requests termination of a vport
Synopsis
int fc_vport_terminate(struct fc_vport *vport);
Arguments
vport
-
- fc_vport to be terminated
Description
Calls the LLDD vport_delete function, then deallocates and removes the vport from the shost and object tree.
Notes
This routine assumes no locks are held on entry.
Authors
James Bottomley <James.Bottomley [at] hansenpartnership.com>
- Author.
Rob Landley <rob [at] landley.net>
- Author.
