Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dnvme.h243 __le32 cdw10[6]; member
456 __le32 cdw10; member
564 __u32 cdw10; member
/linux-4.1.27/drivers/block/
Dnvme-scsi.c1055 c.common.cdw10[0] = cpu_to_le32((((sizeof(struct nvme_smart_log) / in nvme_trans_log_info_exceptions()
1123 c.common.cdw10[0] = cpu_to_le32((((sizeof(struct nvme_smart_log) / in nvme_trans_log_temperature()
1609 u32 cdw10 = buffer_id | NVME_FWACT_REPL_ACTV; in nvme_trans_send_fw_cmd() local
1610 c.common.cdw10[0] = cpu_to_le32(cdw10); in nvme_trans_send_fw_cmd()
1928 u32 cdw10 = 0; in nvme_trans_fmt_send_cmd() local
1968 cdw10 |= prot_info << 5; in nvme_trans_fmt_send_cmd()
1969 cdw10 |= selected_lbaf & 0x0F; in nvme_trans_fmt_send_cmd()
1973 c.format.cdw10 = cpu_to_le32(cdw10); in nvme_trans_fmt_send_cmd()
Dnvme-core.c1856 c.common.cdw10[0] = cpu_to_le32(cmd.cdw10); in nvme_user_cmd()
1857 c.common.cdw10[1] = cpu_to_le32(cmd.cdw11); in nvme_user_cmd()
1858 c.common.cdw10[2] = cpu_to_le32(cmd.cdw12); in nvme_user_cmd()
1859 c.common.cdw10[3] = cpu_to_le32(cmd.cdw13); in nvme_user_cmd()
1860 c.common.cdw10[4] = cpu_to_le32(cmd.cdw14); in nvme_user_cmd()
1861 c.common.cdw10[5] = cpu_to_le32(cmd.cdw15); in nvme_user_cmd()