Home
last modified time | relevance | path

Searched refs:nvmet_unregister_transport (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/nvme/target/
Dloop.c664 nvmet_unregister_transport(&nvme_loop_ops); in nvme_loop_init_module()
674 nvmet_unregister_transport(&nvme_loop_ops); in nvme_loop_cleanup_module()
Dnvmet.h503 void nvmet_unregister_transport(const struct nvmet_fabrics_ops *ops);
Dcore.c297 void nvmet_unregister_transport(const struct nvmet_fabrics_ops *ops) in nvmet_unregister_transport() function
303 EXPORT_SYMBOL_GPL(nvmet_unregister_transport);
Dtcp.c1867 nvmet_unregister_transport(&nvmet_tcp_ops); in nvmet_tcp_exit()
Drdma.c2085 nvmet_unregister_transport(&nvmet_rdma_ops); in nvmet_rdma_exit()
Dfc.c2937 nvmet_unregister_transport(&nvmet_fc_tgt_fcp_ops); in nvmet_fc_exit_module()