Lines Matching refs:dw11

3874     uint32_t dw11 = le32_to_cpu(c->cdw11);  in nvme_get_mgmt_zone_slba_idx()  local
3881 *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() local
4986 uint16_t endgrpid = (dw11 >> 16) & 0xffff; in nvme_endgrp_info()
5360 uint32_t dw11 = le32_to_cpu(cmd->cdw11); in nvme_get_log() local
5373 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() local
6198 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()
6245 switch (NVME_TEMP_THSEL(dw11)) { in nvme_get_feature()
6291 endgrpid = dw11 & 0xff; in nvme_get_feature()
6326 if (NVME_TEMP_TMPSEL(dw11) != NVME_TEMP_TMPSEL_COMPOSITE) { in nvme_get_feature()
6330 if (NVME_TEMP_THSEL(dw11) == NVME_TEMP_THSEL_OVER) { in nvme_get_feature()
6340 iv = dw11 & 0xffff; in nvme_get_feature()
6351 endgrpid = dw11 & 0xff; in nvme_get_feature()
6442 uint32_t dw11 = le32_to_cpu(cmd->cdw11); in nvme_set_feature() local
6451 trace_pci_nvme_setfeat(nvme_cid(req), nsid, fid, save, dw11); in nvme_set_feature()
6486 if (NVME_TEMP_TMPSEL(dw11) != NVME_TEMP_TMPSEL_COMPOSITE) { in nvme_set_feature()
6490 switch (NVME_TEMP_THSEL(dw11)) { in nvme_set_feature()
6492 n->features.temp_thresh_hi = NVME_TEMP_TMPTH(dw11); in nvme_set_feature()
6495 n->features.temp_thresh_low = NVME_TEMP_TMPTH(dw11); in nvme_set_feature()
6517 ns->features.err_rec = dw11; in nvme_set_feature()
6526 ns->features.err_rec = dw11; in nvme_set_feature()
6536 if (!(dw11 & 0x1) && blk_enable_write_cache(ns->blkconf.blk)) { in nvme_set_feature()
6540 blk_set_enable_write_cache(ns->blkconf.blk, dw11 & 1); in nvme_set_feature()
6554 if ((dw11 & 0xffff) == 0xffff || ((dw11 >> 16) & 0xffff) == 0xffff) { in nvme_set_feature()
6558 trace_pci_nvme_setfeat_numq((dw11 & 0xffff) + 1, in nvme_set_feature()
6559 ((dw11 >> 16) & 0xffff) + 1, in nvme_set_feature()
6566 n->features.async_config = dw11; in nvme_set_feature()
6592 if (dw11 & 0x1ff) { in nvme_set_feature()
6593 trace_pci_nvme_err_invalid_iocsci(dw11 & 0x1ff); in nvme_set_feature()
6604 n->dn = 0x1 & dw11; in nvme_set_feature()
7102 uint32_t dw11 = le32_to_cpu(req->cmd.cdw11); in nvme_virt_mngmt() local
7106 int nr = dw11 & 0xffff; in nvme_virt_mngmt()
7194 uint32_t dw11 = le32_to_cpu(req->cmd.cdw11); in nvme_directive_receive() local
7204 doper = dw11 & 0xff; in nvme_directive_receive()
7205 dtype = (dw11 >> 8) & 0xff; in nvme_directive_receive()