Lines Matching refs:cdw11

253 	uint32_t	cdw11;  member
716 sc->feat[fid].cdw11 = PCI_NVME_AEN_DEFAULT_MASK; in pci_nvme_init_features()
927 sc->feat[NVME_FEAT_ASYNC_EVENT_CONFIGURATION].cdw11; in pci_nvme_aen_process()
1246 if (command->cdw11 & NVME_CMD_CDW11_PC) { in nvme_opc_create_io_sq()
1276 nsq->cqid = (command->cdw11 >> 16) & 0xffff; in nvme_opc_create_io_sq()
1291 nsq->qpriority = (command->cdw11 >> 1) & 0x03; in nvme_opc_create_io_sq()
1355 if ((command->cdw11 & NVME_CMD_CDW11_PC) == 0) { in nvme_opc_create_io_cq()
1375 ncq->intr_en = (command->cdw11 & NVME_CMD_CDW11_IEN) >> 1; in nvme_opc_create_io_cq()
1376 ncq->intr_vec = (command->cdw11 >> 16) & 0xffff; in nvme_opc_create_io_cq()
1422 logsize = ((command->cdw11 << 16) | (command->cdw10 >> 16)) + 1; in nvme_opc_get_log_page()
1691 uint32_t cdw11 = command->cdw11; in nvme_feature_iv_config() local
1697 iv = cdw11 & 0xffff; in nvme_feature_iv_config()
1698 cd = cdw11 & (1 << 16); in nvme_feature_iv_config()
1723 if (command->cdw11 & NVME_ASYNC_EVENT_ENDURANCE_GROUP) in nvme_feature_async_event()
1741 tmpth = command->cdw11 & 0xffff; in nvme_feature_temperature()
1742 tmpsel = (command->cdw11 >> 16) & 0xf; in nvme_feature_temperature()
1743 thsel = (command->cdw11 >> 20) & 0x3; in nvme_feature_temperature()
1767 report_crit = sc->feat[NVME_FEAT_ASYNC_EVENT_CONFIGURATION].cdw11 & in nvme_feature_temperature()
1792 nqr = command->cdw11 & 0xFFFF; in nvme_feature_num_queues()
1806 nqr = (command->cdw11 >> 16) & 0xFFFF; in nvme_feature_num_queues()
1821 command->cdw11 = NVME_FEATURE_NUM_QUEUES(sc); in nvme_feature_num_queues()
1875 DPRINTF("%s: status=%#x cdw11=%#x", __func__, compl->status, command->cdw11); in nvme_opc_set_features()
1877 feat->cdw11 = command->cdw11; in nvme_opc_set_features()
1879 (command->cdw11 != 0)) in nvme_opc_set_features()
1917 compl->cdw0 = feat->cdw11; in nvme_opc_get_features()
2527 lba = ((uint64_t)cmd->cdw11 << 32) | cmd->cdw10; in nvme_opc_write_read()
2651 if (cmd->cdw11 & NVME_DSM_ATTR_DEALLOCATE) { in nvme_opc_dataset_mgmt()