Lines Matching refs:cdw11

245 	uint32_t	cdw11;  member
709 sc->feat[fid].cdw11 = PCI_NVME_AEN_DEFAULT_MASK; in pci_nvme_init_features()
916 sc->feat[NVME_FEAT_ASYNC_EVENT_CONFIGURATION].cdw11; in pci_nvme_aen_process()
1232 if (command->cdw11 & NVME_CMD_CDW11_PC) { in nvme_opc_create_io_sq()
1262 nsq->cqid = (command->cdw11 >> 16) & 0xffff; in nvme_opc_create_io_sq()
1277 nsq->qpriority = (command->cdw11 >> 1) & 0x03; in nvme_opc_create_io_sq()
1341 if ((command->cdw11 & NVME_CMD_CDW11_PC) == 0) { in nvme_opc_create_io_cq()
1361 ncq->intr_en = (command->cdw11 & NVME_CMD_CDW11_IEN) >> 1; in nvme_opc_create_io_cq()
1362 ncq->intr_vec = (command->cdw11 >> 16) & 0xffff; in nvme_opc_create_io_cq()
1408 logsize = ((command->cdw11 << 16) | (command->cdw10 >> 16)) + 1; in nvme_opc_get_log_page()
1677 uint32_t cdw11 = command->cdw11; in nvme_feature_iv_config() local
1683 iv = cdw11 & 0xffff; in nvme_feature_iv_config()
1684 cd = cdw11 & (1 << 16); in nvme_feature_iv_config()
1709 if (command->cdw11 & NVME_ASYNC_EVENT_ENDURANCE_GROUP) in nvme_feature_async_event()
1727 tmpth = command->cdw11 & 0xffff; in nvme_feature_temperature()
1728 tmpsel = (command->cdw11 >> 16) & 0xf; in nvme_feature_temperature()
1729 thsel = (command->cdw11 >> 20) & 0x3; in nvme_feature_temperature()
1753 report_crit = sc->feat[NVME_FEAT_ASYNC_EVENT_CONFIGURATION].cdw11 & in nvme_feature_temperature()
1778 nqr = command->cdw11 & 0xFFFF; in nvme_feature_num_queues()
1792 nqr = (command->cdw11 >> 16) & 0xFFFF; in nvme_feature_num_queues()
1807 command->cdw11 = NVME_FEATURE_NUM_QUEUES(sc); in nvme_feature_num_queues()
1861 DPRINTF("%s: status=%#x cdw11=%#x", __func__, compl->status, command->cdw11); in nvme_opc_set_features()
1863 feat->cdw11 = command->cdw11; in nvme_opc_set_features()
1865 (command->cdw11 != 0)) in nvme_opc_set_features()
1903 compl->cdw0 = feat->cdw11; in nvme_opc_get_features()
2513 lba = ((uint64_t)cmd->cdw11 << 32) | cmd->cdw10; in nvme_opc_write_read()
2631 if (cmd->cdw11 & NVME_DSM_ATTR_DEALLOCATE) { in nvme_opc_dataset_mgmt()