@@ -775,41 +775,6 @@ const char *nvme_ns_head_get_sysfs_dir(nvme_ns_head_t head);
775775 */
776776struct nvme_fabrics_config * nvme_ctrl_get_config (nvme_ctrl_t c );
777777
778- /**
779- * nvme_ctrl_is_discovered() - Returns the value of the 'discovered' flag
780- * @c: Controller instance
781- *
782- * Return: Value of the 'discovered' flag of @c
783- */
784- bool nvme_ctrl_is_discovered (nvme_ctrl_t c );
785-
786- /**
787- * nvme_ctrl_is_persistent() - Returns the value of the 'persistent' flag
788- * @c: Controller instance
789- *
790- * Return: Value of the 'persistent' flag of @c
791- */
792- bool nvme_ctrl_is_persistent (nvme_ctrl_t c );
793-
794- /**
795- * nvme_ctrl_is_discovery_ctrl() - Check the 'discovery_ctrl' flag
796- * @c: Controller to be checked
797- *
798- * Returns the value of the 'discovery_ctrl' flag which specifies whether
799- * @c connects to a discovery subsystem.
800- *
801- * Return: Value of the 'discover_ctrl' flag
802- */
803- bool nvme_ctrl_is_discovery_ctrl (nvme_ctrl_t c );
804-
805- /**
806- * nvme_ctrl_is_unique_discovery_ctrl() - Check the 'unique_discovery_ctrl' flag
807- * @c: Controller to be checked
808- *
809- * Return: Value of the 'unique_discovery_ctrl' flag
810- */
811- bool nvme_ctrl_is_unique_discovery_ctrl (nvme_ctrl_t c );
812-
813778/**
814779 * nvme_ctrl_identify() - Issues an 'identify controller' command
815780 * @c: Controller instance
@@ -872,32 +837,6 @@ void nvme_free_ctrl(struct nvme_ctrl *c);
872837 */
873838void nvme_unlink_ctrl (struct nvme_ctrl * c );
874839
875- /**
876- * nvme_subsystem_get_nqn() - Retrieve NQN from subsystem
877- * @s: nvme_subsystem_t object
878- *
879- * Return: NQN of subsystem
880- */
881- const char * nvme_subsystem_get_nqn (nvme_subsystem_t s );
882-
883- /**
884- * nvme_subsystem_get_type() - Returns the type of a subsystem
885- * @s: nvme_subsystem_t object
886- *
887- * Returns the subsystem type of @s.
888- *
889- * Return: 'nvm' or 'discovery'
890- */
891- const char * nvme_subsystem_get_type (nvme_subsystem_t s );
892-
893- /**
894- * nvme_subsystem_get_fw_rev() - Return the firmware rev of subsystem
895- * @s: nvme_subsystem_t object
896- *
897- * Return: Firmware revision of the current subsystem
898- */
899- const char * nvme_subsystem_get_fw_rev (nvme_subsystem_t s );
900-
901840/**
902841 * nvme_scan_topology() - Scan NVMe topology and apply filter
903842 * @ctx: struct nvme_global_ctx object
0 commit comments