Searched refs:dw11 (Results 1 – 3 of 3) sorted by relevance
62 u32 dw11; member
63 u32 dw11; member
3874 uint32_t dw11 = le32_to_cpu(c->cdw11); in nvme_get_mgmt_zone_slba_idx() local3881 *slba = ((uint64_t)dw11) << 32 | dw10; in nvme_get_mgmt_zone_slba_idx()4985 uint32_t dw11 = le32_to_cpu(req->cmd.cdw11); in nvme_endgrp_info() local4986 uint16_t endgrpid = (dw11 >> 16) & 0xffff; in nvme_endgrp_info()5360 uint32_t dw11 = le32_to_cpu(cmd->cdw11); in nvme_get_log() local5373 numdu = (dw11 & 0xffff); in nvme_get_log()5374 lspi = (dw11 >> 16); in nvme_get_log()6184 uint32_t dw11 = le32_to_cpu(cmd->cdw11); in nvme_get_feature() local6198 trace_pci_nvme_getfeat(nvme_cid(req), nsid, fid, sel, dw11); in nvme_get_feature()6241 if (NVME_TEMP_TMPSEL(dw11) != NVME_TEMP_TMPSEL_COMPOSITE) { in nvme_get_feature()[all …]