DOKK / manpages / debian 12 / libnvme-dev / nvme_mi_admin_get_log_cmd_effects.2.en
nvme_mi_admin_get_log_cmd_effects(2) libnvme API manual nvme_mi_admin_get_log_cmd_effects(2)

nvme_mi_admin_get_log_cmd_effects - Retrieve nvme command effects log

int nvme_mi_admin_get_log_cmd_effects (nvme_mi_ctrl_t ctrl , enum nvme_csi csi , struct nvme_cmd_effects_log *effects_log );

Controller to query
Command Set Identifier
User address to store the effects log

This log page describes the commands that the controller supports and the effects of those commands on the state of the NVM subsystem.

The nvme command status if a response was received (see enum nvme_status_field) or -1 with errno set otherwise.

nvme_mi_admin_get_log_cmd_effects January 2023