Searched defs:cmbsz (Results 1 – 2 of 2) sorted by relevance
33 __u32 cmbsz; /* Controller Memory Buffer Size */ member45 #define NVME_CMB_SZ(cmbsz) (((cmbsz) >> 12) & 0xfffff) argument46 #define NVME_CMB_SZU(cmbsz) (((cmbsz) >> 8) & 0xf) argument48 #define NVME_CMB_WDS(cmbsz) ((cmbsz) & 0x10) argument49 #define NVME_CMB_RDS(cmbsz) ((cmbsz) & 0x8) argument50 #define NVME_CMB_LISTS(cmbsz) ((cmbsz) & 0x4) argument51 #define NVME_CMB_CQS(cmbsz) ((cmbsz) & 0x2) argument52 #define NVME_CMB_SQS(cmbsz) ((cmbsz) & 0x1) argument
69 u32 cmbsz; member