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_cmbloc - This field indicates the controller memory buffer location

Constants

NVME_CMBLOC_BIR_SHIFT Shift amount to get the base indicator register NVME_CMBLOC_CQMMS_SHIFT Shift amount to get the CMB queue mixed memory support NVME_CMBLOC_CQPDS_SHIFT Shift amount to get the CMB queue physically discontiguous support NVME_CMBLOC_CDPLMS_SHIFT Shift amount to get the CMB data pointer mixed locations support NVME_CMBLOC_CDPCILS_SHIFT Shift amount to get the CMB data pointer and command independent locations support NVME_CMBLOC_CDMMMS_SHIFT Shift amount to get the CMB data metadata mixed memory support NVME_CMBLOC_CQDA_SHIFT Shift amount to get the CMB queue dword alignment NVME_CMBLOC_OFST_SHIFT Shift amount to get the offset NVME_CMBLOC_BIR_MASK Mask to get the base indicator register NVME_CMBLOC_CQMMS_MASK Mask to get the CMB queue mixed memory support NVME_CMBLOC_CQPDS_MASK Mask to get the CMB queue physically discontiguous support NVME_CMBLOC_CDPLMS_MASK Mask to get the CMB data pointer mixed locations support NVME_CMBLOC_CDPCILS_MASK Mask to get the CMB data pointer and command independent locations support NVME_CMBLOC_CDMMMS_MASK Mask to get the CMB data metadata mixed memory support NVME_CMBLOC_CQDA_MASK Mask to get the CMB queue dword alignment NVME_CMBLOC_OFST_MASK Mask to get the offset May 2025 enum nvme_cmbloc libnvme(2)

Name

enum nvme_cmbloc - This field indicates the controller memory buffer location

Synopsis

enum nvme_cmbloc { NVME_CMBLOC_BIR_SHIFT , NVME_CMBLOC_CQMMS_SHIFT , NVME_CMBLOC_CQPDS_SHIFT , NVME_CMBLOC_CDPLMS_SHIFT , NVME_CMBLOC_CDPCILS_SHIFT , NVME_CMBLOC_CDMMMS_SHIFT , NVME_CMBLOC_CQDA_SHIFT , NVME_CMBLOC_OFST_SHIFT , NVME_CMBLOC_BIR_MASK , NVME_CMBLOC_CQMMS_MASK , NVME_CMBLOC_CQPDS_MASK , NVME_CMBLOC_CDPLMS_MASK , NVME_CMBLOC_CDPCILS_MASK , NVME_CMBLOC_CDMMMS_MASK , NVME_CMBLOC_CQDA_MASK , NVME_CMBLOC_OFST_MASK };

See Also