nvme_mi_admin_get_log_support_cap_config_list
Retrieve Supported Capacity Configuration List
Synopsis
int nvme_mi_admin_get_log_support_cap_config_list (nvme_mi_ctrl_t ctrl , __u16 domid , struct nvme_supported_cap_config_list_log *cap );
Arguments
- ctrl
Controller to query
- domid
Domain Identifier selection, if supported
- cap
User address to store supported capabilities config list
Return
The nvme command status if a response was received (see enum nvme_status_field) or -1 with errno set otherwise.
Info
August 2024 libnvme API manual