logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

enum nvme_id_ctrl_trattr - Tracking Attributes

Constants

NVME_CTRL_TRATTR_THMCS_SHIFT Shift amount to get the Track Host Memory Changes Support from the structnvme_id_ctrl.trattr field. NVME_CTRL_TRATTR_TUDCS_SHIFT Shift amount to get the Track User Data Changes Support from the structnvme_id_ctrl.trattr field. NVME_CTRL_TRATTR_MRTLL_SHIFT Shift amount to get the Memory Range Tracking Length Limit from the structnvme_id_ctrl.trattr field. NVME_CTRL_TRATTR_THMCS_MASK Mask to get the Track Host Memory Changes Support from the structnvme_id_ctrl.trattr field. NVME_CTRL_TRATTR_TUDCS_MASK Mask to get the Track User Data Changes Support from the structnvme_id_ctrl.trattr field. NVME_CTRL_TRATTR_MRTLL_MASK Mask to get the Memory Range Tracking Length Limit from the structnvme_id_ctrl.trattr field. August 2025 enum nvme_id_ctrl_trattr libnvme(2)

Name

enum nvme_id_ctrl_trattr - Tracking Attributes

Synopsis

enum nvme_id_ctrl_trattr { NVME_CTRL_TRATTR_THMCS_SHIFT , NVME_CTRL_TRATTR_TUDCS_SHIFT , NVME_CTRL_TRATTR_MRTLL_SHIFT , NVME_CTRL_TRATTR_THMCS_MASK , NVME_CTRL_TRATTR_TUDCS_MASK , NVME_CTRL_TRATTR_MRTLL_MASK };

See Also