|
@@ -128,7 +128,7 @@ int nvmf_reg_read64(struct nvme_ctrl *ctrl, u32 off, u64 *val);
|
|
|
int nvmf_reg_write32(struct nvme_ctrl *ctrl, u32 off, u32 val);
|
|
int nvmf_reg_write32(struct nvme_ctrl *ctrl, u32 off, u32 val);
|
|
|
int nvmf_connect_admin_queue(struct nvme_ctrl *ctrl);
|
|
int nvmf_connect_admin_queue(struct nvme_ctrl *ctrl);
|
|
|
int nvmf_connect_io_queue(struct nvme_ctrl *ctrl, u16 qid);
|
|
int nvmf_connect_io_queue(struct nvme_ctrl *ctrl, u16 qid);
|
|
|
-void nvmf_register_transport(struct nvmf_transport_ops *ops);
|
|
|
|
|
|
|
+int nvmf_register_transport(struct nvmf_transport_ops *ops);
|
|
|
void nvmf_unregister_transport(struct nvmf_transport_ops *ops);
|
|
void nvmf_unregister_transport(struct nvmf_transport_ops *ops);
|
|
|
void nvmf_free_options(struct nvmf_ctrl_options *opts);
|
|
void nvmf_free_options(struct nvmf_ctrl_options *opts);
|
|
|
const char *nvmf_get_subsysnqn(struct nvme_ctrl *ctrl);
|
|
const char *nvmf_get_subsysnqn(struct nvme_ctrl *ctrl);
|