Lines Matching refs:NVMEV
359 if (NVMEV(NVME_CSTS_REG_SHST, ctrlr->csts) == NVME_SHST_OCCURRING) { in nvmft_controller_shutdown()
364 if (NVMEV(NVME_CSTS_REG_CFS, ctrlr->csts) == 0) { in nvmft_controller_shutdown()
376 if (ctrlr->admin_closed || NVMEV(NVME_CSTS_REG_CFS, ctrlr->csts) != 0) in nvmft_controller_shutdown()
392 if (NVMEV(NVME_CC_REG_EN, ctrlr->cc) != 0) { in nvmft_controller_terminate()
449 if (NVMEV(NVME_CC_REG_EN, ctrlr->cc) == 0) { in nvmft_controller_error()
747 fid = NVMEV(NVME_FEAT_SET_FID, le32toh(cmd->cdw10)); in handle_set_features()
843 if (NVMEV(NVME_CC_REG_SHN, changes) != 0 && in update_cc()
844 NVMEV(NVME_CC_REG_SHN, new_cc) != 0) { in update_cc()
853 if (NVMEV(NVME_CC_REG_EN, changes) != 0) { in update_cc()
854 if (NVMEV(NVME_CC_REG_EN, new_cc) == 0) { in update_cc()
976 if (NVMEV(NVME_CC_REG_EN, ctrlr->cc) == 0 && in nvmft_handle_admin_command()