Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

nvme_mi_ctrl_id - get the ID of a controller

Arguments

ctrl controller to query

Description

Retrieve the ID of the controller, as defined by hardware, and available in the Identify (Controller List) data. This is the value passed to nvme_mi_init_ctrl, but may have been created internally via nvme_mi_scan_ep.

Name

nvme_mi_ctrl_id - get the ID of a controller

Return

the (locally-stored) ID of this controller. May 2025 nvme_mi_ctrl_id nvme_mi_ctrl_id(2)

Synopsis

__u16nvme_mi_ctrl_id(nvme_mi_ctrl_tctrl);

See Also