Lines Matching refs:cdw10
3873 uint32_t dw10 = le32_to_cpu(c->cdw10); in nvme_get_mgmt_zone_slba_idx()
4540 uint32_t cdw10 = le32_to_cpu(cmd->cdw10); in nvme_io_mgmt_recv() local
4542 uint8_t mo = (cdw10 & 0xff); in nvme_io_mgmt_recv()
4559 uint32_t cdw10 = le32_to_cpu(cmd->cdw10); in nvme_io_mgmt_send_ruh_update() local
4561 uint32_t npid = (cdw10 >> 16) + 1; in nvme_io_mgmt_send_ruh_update()
4595 uint32_t cdw10 = le32_to_cpu(cmd->cdw10); in nvme_io_mgmt_send() local
4596 uint8_t mo = (cdw10 & 0xff); in nvme_io_mgmt_send()
5307 bool host_events = (cmd->cdw10 >> 8) & 0x1; in nvme_fdp_events()
5359 uint32_t dw10 = le32_to_cpu(cmd->cdw10); in nvme_get_log()
6022 uint16_t sqid = le32_to_cpu(req->cmd.cdw10) & 0xffff; in nvme_abort()
6023 uint16_t cid = (le32_to_cpu(req->cmd.cdw10) >> 16) & 0xffff; in nvme_abort()
6183 uint32_t dw10 = le32_to_cpu(cmd->cdw10); in nvme_get_feature()
6441 uint32_t dw10 = le32_to_cpu(cmd->cdw10); in nvme_set_feature()
6685 uint32_t dw10 = le32_to_cpu(req->cmd.cdw10); in nvme_ns_attachment()
6874 uint32_t dw10 = le32_to_cpu(req->cmd.cdw10); in nvme_do_format()
6917 uint32_t dw10 = le32_to_cpu(req->cmd.cdw10); in nvme_format()
7101 uint32_t dw10 = le32_to_cpu(req->cmd.cdw10); in nvme_virt_mngmt()
7193 uint32_t dw10 = le32_to_cpu(req->cmd.cdw10); in nvme_directive_receive()