Home
last modified time | relevance | path

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

/external/sg3_utils/include/
Dsg_pt_nvme.h157 #define SG_NVME_PT_CDW10 40 /* length: 4 bytes */ macro
/external/sg3_utils/lib/
Dsg_pt_freebsd.c1664 sg_put_unaligned_le32(cns, npc_up + SG_NVME_PT_CDW10); in sntl_do_identify()
1782 sg_put_unaligned_le32(0x0, npc_up + SG_NVME_PT_CDW10); in sntl_inq()
1978 sg_put_unaligned_le32(0x2, npc_up + SG_NVME_PT_CDW10); in sntl_tur()
2038 sg_put_unaligned_le32(0x2, npc_up + SG_NVME_PT_CDW10); in sntl_req_sense()
2187 sg_put_unaligned_le32(nvme_dst, npc_up + SG_NVME_PT_CDW10); in sntl_senddiag()
2245 sg_put_unaligned_le32(0x0804, npc_up + SG_NVME_PT_CDW10); in sntl_senddiag()
2342 sg_put_unaligned_le32(0x0804, npc_up + SG_NVME_PT_CDW10); in sntl_recvdiag()
2558 sg_put_unaligned_le64(lba, npc_up + SG_NVME_PT_CDW10); /* fills W11 too */ in sntl_rread()
2620 sg_put_unaligned_le64(lba, npc_up + SG_NVME_PT_CDW10); /* fills W11 too */ in sntl_write()
2685 sg_put_unaligned_le64(lba, npc_up + SG_NVME_PT_CDW10); /* fills W11 too */ in sntl_verify()
[all …]
Dsg_pt_win32.c1630 cdw10 = sg_get_unaligned_le32(cmdp + SG_NVME_PT_CDW10); in nvme_identify()
1721 cdw10 = sg_get_unaligned_le32(cmdp + SG_NVME_PT_CDW10); in nvme_get_features()
1800 cdw10 = sg_get_unaligned_le32(cmdp + SG_NVME_PT_CDW10); in nvme_get_log_page()
2294 sg_put_unaligned_le32(0x1, cmdp + SG_NVME_PT_CDW10); in sntl_cache_identity()
2374 sg_put_unaligned_le32(0x0, cmdp + SG_NVME_PT_CDW10); in sntl_inq()
2556 sg_put_unaligned_le32(0x2, cmdp + SG_NVME_PT_CDW10); in sntl_tur()
2606 sg_put_unaligned_le32(0x2, cmdp + SG_NVME_PT_CDW10); in sntl_req_sense()
2740 sg_put_unaligned_le32(nvme_dst, cmdp + SG_NVME_PT_CDW10); in sntl_senddiag()
2806 sg_put_unaligned_le32(0x0804, cmdp + SG_NVME_PT_CDW10); in sntl_senddiag()
2865 sg_put_unaligned_le32(0x0804, cmdp + SG_NVME_PT_CDW10); in sntl_recvdiag()
Dsg_pt_linux_nvme.c976 sg_put_unaligned_le32(nvme_dst, cmd_up + SG_NVME_PT_CDW10); in sntl_senddiag()