other versions
    
    - Tumbleweed 1.15-2.1
 - Leap-16.0
 
| libnvme(9) | API Manual | libnvme(9) | 
NAME¶
enum nvme_cmbmsc - This field indicates the controller memory buffer memory space control
SYNOPSIS¶
enum nvme_cmbmsc {
  
   NVME_CMBMSC_CRE_SHIFT ,
  
   NVME_CMBMSC_CMSE_SHIFT ,
  
   NVME_CMBMSC_CBA_SHIFT ,
  
   NVME_CMBMSC_CRE_MASK ,
  
   NVME_CMBMSC_CMSE_MASK
};
Constants¶
- NVME_CMBMSC_CRE_SHIFT
 - Shift amount to get the capabilities registers enabled
 - NVME_CMBMSC_CMSE_SHIFT
 - Shift amount to get the controller memory space enable
 - NVME_CMBMSC_CBA_SHIFT
 - Shift amount to get the controller base address
 - NVME_CMBMSC_CRE_MASK
 - Mask to get the capabilities registers enabled
 - NVME_CMBMSC_CMSE_MASK
 - Mask to get the controller memory space enable
 
| enum nvme_cmbmsc | July 2025 |