File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -756,11 +756,21 @@ const char *nvme_log_to_string(__u8 lid)
756756 case NVME_LOG_LID_MI_CMD_SUPPORTED_EFFECTS : return "NVMe-MI Commands Supported and Effects" ;
757757 case NVME_LOG_LID_CMD_AND_FEAT_LOCKDOWN : return "Command and Feature Lockdown" ;
758758 case NVME_LOG_LID_BOOT_PARTITION : return "Boot Partition" ;
759+ case NVME_LOG_LID_ROTATIONAL_MEDIA_INFO : return "Rotational Media Information" ;
760+ case NVME_LOG_LID_DISPERSED_NS_PARTICIPATING_NSS :return "Dispersed Namespace Participating NVM Subsystems" ;
761+ case NVME_LOG_LID_MGMT_ADDR_LIST : return "Management Address List" ;
762+ case NVME_LOG_LID_PHY_RX_EOM : return "Physical Interface Receiver Eye Opening Measurement" ;
763+ case NVME_LOG_LID_REACHABILITY_GROUPS : return "Reachability Groups" ;
764+ case NVME_LOG_LID_REACHABILITY_ASSOCIATIONS : return "Reachability Associations" ;
765+ case NVME_LOG_LID_CHANGED_ALLOC_NS_LIST : return "Changed Allocated Namespace List" ;
759766 case NVME_LOG_LID_FDP_CONFIGS : return "FDP Configurations" ;
760767 case NVME_LOG_LID_FDP_RUH_USAGE : return "Reclaim Unit Handle Usage" ;
761768 case NVME_LOG_LID_FDP_STATS : return "FDP Statistics" ;
762769 case NVME_LOG_LID_FDP_EVENTS : return "FDP Events" ;
763770 case NVME_LOG_LID_DISCOVER : return "Discovery" ;
771+ case NVME_LOG_LID_HOST_DISCOVER : return "Host Discovery" ;
772+ case NVME_LOG_LID_AVE_DISCOVER : return "AVE Discovery" ;
773+ case NVME_LOG_LID_PULL_MODEL_DDC_REQ : return "Pull Model DDC Request" ;
764774 case NVME_LOG_LID_RESERVATION : return "Reservation Notification" ;
765775 case NVME_LOG_LID_SANITIZE : return "Sanitize Status" ;
766776 case NVME_LOG_LID_ZNS_CHANGED_ZONES : return "Changed Zone List" ;
You can’t perform that action at this time.
0 commit comments