Home
last modified time | relevance | path

Searched refs:nvme_fc_unregister_localport (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/linux/
Dnvme-fc-driver.h431 int nvme_fc_unregister_localport(struct nvme_fc_local_port *localport);
/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_nvme.c666 nv_ret = nvme_fc_unregister_localport(vha->nvme_local_port); in qla_nvme_delete()
/Linux-v5.4/drivers/nvme/target/
Dfcloop.c963 ret = nvme_fc_unregister_localport(lport->localport); in __wait_localport_unreg()
/Linux-v5.4/drivers/nvme/host/
Dfc.c437 nvme_fc_unregister_localport(struct nvme_fc_local_port *portptr) in nvme_fc_unregister_localport() function
462 EXPORT_SYMBOL_GPL(nvme_fc_unregister_localport);
/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_nvme.c2276 ret = nvme_fc_unregister_localport(localport); in lpfc_nvme_destroy_localport()