Searched defs:cmbmsc (Results 1 – 2 of 2) sorted by relevance
23 uint64_t cmbmsc; member357 #define NVME_CMBMSC_CRE(cmbmsc) \ argument359 #define NVME_CMBMSC_CMSE(cmbmsc) \ argument361 #define NVME_CMBMSC_CBA(cmbmsc) \ argument365 #define NVME_CMBMSC_SET_CRE(cmbmsc, val) \ argument367 #define NVME_CMBMSC_SET_CMSE(cmbmsc, val) \ argument369 #define NVME_CMBMSC_SET_CBA(cmbmsc, val) \ argument
7843 uint64_t cmbmsc = ldq_le_p(&n->bar.cmbmsc); in nvme_write_bar() local