Home
last modified time | relevance | path

Searched refs:dw10 (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/nvme/
H A Dctrl.c3871 uint32_t dw10 = le32_to_cpu(c->cdw10); in nvme_get_mgmt_zone_slba_idx() local
3879 *slba = ((uint64_t)dw11) << 32 | dw10; in nvme_get_mgmt_zone_slba_idx()
5310 uint32_t dw10, uint32_t dw12, in nvme_fdp_ruh_usage() argument
5443 uint32_t dw10 = le32_to_cpu(cmd->cdw10); in nvme_get_log() local
5447 uint8_t lid = dw10 & 0xff; in nvme_get_log()
5448 uint8_t lsp = (dw10 >> 8) & 0xf; in nvme_get_log()
5449 uint8_t rae = (dw10 >> 15) & 0x1; in nvme_get_log()
5456 numdl = (dw10 >> 16); in nvme_get_log()
5494 return nvme_fdp_ruh_usage(n, lspi, dw10, dw12, len, off, req); in nvme_get_log()
6272 uint32_t dw10 = le32_to_cpu(cmd->cdw10); in nvme_get_feature() local
[all …]
H A Dtrace-events174 pci_nvme_err_invalid_getfeat(int dw10) "invalid get features, dw10=0x%"PRIx32""
175 pci_nvme_err_invalid_setfeat(uint32_t dw10) "invalid set features, dw10=0x%"PRIx32""
/qemu/include/block/
H A Dnvme.h1374 #define NVME_GETSETFEAT_FID(dw10) (dw10 & NVME_GETSETFEAT_FID_MASK) argument
1378 #define NVME_GETFEAT_SELECT(dw10) \ argument
1379 ((dw10 >> NVME_GETFEAT_SELECT_SHIFT) & NVME_GETFEAT_SELECT_MASK)
1383 #define NVME_SETFEAT_SAVE(dw10) \ argument
1384 ((dw10 >> NVME_SETFEAT_SAVE_SHIFT) & NVME_SETFEAT_SAVE_MASK)