Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nvme/host/
Dpci.c1279 c.common.cdw10[0] = cpu_to_le32( in nvme_get_log_page()
1901 c.common.cdw10[0] = cpu_to_le32(cmd.cdw10); in nvme_user_cmd()
1902 c.common.cdw10[1] = cpu_to_le32(cmd.cdw11); in nvme_user_cmd()
1903 c.common.cdw10[2] = cpu_to_le32(cmd.cdw12); in nvme_user_cmd()
1904 c.common.cdw10[3] = cpu_to_le32(cmd.cdw13); in nvme_user_cmd()
1905 c.common.cdw10[4] = cpu_to_le32(cmd.cdw14); in nvme_user_cmd()
1906 c.common.cdw10[5] = cpu_to_le32(cmd.cdw15); in nvme_user_cmd()
2122 static int nvme_pr_command(struct block_device *bdev, u32 cdw10, in nvme_pr_command() argument
2135 c.common.cdw10[0] = cpu_to_le32(cdw10); in nvme_pr_command()
2143 u32 cdw10; in nvme_pr_register() local
[all …]
Dscsi.c1272 c.common.cdw10[0] = cpu_to_le32(buffer_id | NVME_FWACT_REPL_ACTV); in nvme_trans_send_activate_fw_cmd()
1578 u32 cdw10 = 0; in nvme_trans_fmt_send_cmd() local
1607 cdw10 |= prot_info << 5; in nvme_trans_fmt_send_cmd()
1608 cdw10 |= selected_lbaf & 0x0F; in nvme_trans_fmt_send_cmd()
1612 c.format.cdw10 = cpu_to_le32(cdw10); in nvme_trans_fmt_send_cmd()
/linux-4.4.14/include/uapi/linux/
Dnvme_ioctl.h46 __u32 cdw10; member
/linux-4.4.14/include/linux/
Dnvme.h303 __le32 cdw10[6]; member
516 __le32 cdw10; member