nvme_mi_admin_identify_nsid_ctrl_list - Perform an Admin identify for a controller list with specific
Contents
Arguments
ctrl Controller to process identify command
nsid Namespace identifier
cntid Controller ID to specify list start
list List data to populate
Description
Perform an Identify command, for the controller list for nsid, starting with IDs greater than or equal to
cntid.
Will return an error if the length of the response data (from the controller) is not a full
NVME_IDENTIFY_DATA_SIZE, so id will be fully populated on success.
See: structnvme_ctrl_list
Name
nvme_mi_admin_identify_nsid_ctrl_list - Perform an Admin identify for a controller list with specific
namespace ID
Return
The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set
otherwise.
May 2025 nvme_mi_admin_identify_nsid_ctrl_lnvme_mi_admin_identify_nsid_ctrl_list(2)
Synopsis
intnvme_mi_admin_identify_nsid_ctrl_list(nvme_mi_ctrl_tctrl,__u32nsid,__u16cntid,structnvme_ctrl_list*list);
