Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dnvme-fc-driver.h526 int nvme_fc_unregister_localport(struct nvme_fc_local_port *localport);
/Linux-v6.1/drivers/scsi/qla2xxx/
Dqla_nvme.c771 nv_ret = nvme_fc_unregister_localport(vha->nvme_local_port); in qla_nvme_delete()
/Linux-v6.1/drivers/nvme/target/
Dfcloop.c1163 ret = nvme_fc_unregister_localport(lport->localport); in __wait_localport_unreg()
/Linux-v6.1/drivers/nvme/host/
Dfc.c463 nvme_fc_unregister_localport(struct nvme_fc_local_port *portptr) in nvme_fc_unregister_localport() function
488 EXPORT_SYMBOL_GPL(nvme_fc_unregister_localport);
/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_nvme.c2322 ret = nvme_fc_unregister_localport(localport); in lpfc_nvme_destroy_localport()