Admin app or lldd requests termination of a vport
int fc_vport_terminate(struct fc_vport * vport);
vport
fc_vport to be terminated
Calls the LLDD vport_delete function, then deallocates and removes the vport from the shost and object tree.
This routine assumes no locks are held on entry.