Searched refs:NVME_CC_SHN (Results 1 – 2 of 2) sorted by relevance
174 #define NVME_CC_SHN(cc) ((cc >> CC_SHN_SHIFT) & CC_SHN_MASK) macro
7755 if (NVME_CC_SHN(data) && !(NVME_CC_SHN(cc))) { in nvme_write_bar()7760 } else if (!NVME_CC_SHN(data) && NVME_CC_SHN(cc)) { in nvme_write_bar()