Searched refs:cdw11 (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_admin.c126 uint32_t cdw11,
137 cmd.cdw11 = cdw11;
160 uint32_t cdw11,
174 cmd.cdw11 = cdw11;
206 cmd.cdw11 = (qpair->id << 16) | (qpair->qprio << 1) | 0x1;
212 cmd.cdw11 = 0x1 | 0x2; /* enable interrupts */
214 cmd.cdw11 = 0x1;
456 cmd.cdw11
123 nvme_admin_get_feature(struct nvme_ctrlr *ctrlr, enum nvme_feat_sel sel, enum nvme_feat feature, uint32_t cdw11, uint32_t *attributes) argument
157 nvme_admin_set_feature(struct nvme_ctrlr *ctrlr, bool save, enum nvme_feat feature, uint32_t cdw11, uint32_t cdw12, uint32_t *attributes) argument
[all...]
H A Dnvme.h591 * @param cdw11 Command word 11 (command dependent)
604 uint32_t cdw11, uint32_t *attributes);
612 * @param cdw11 Command word 11 (feature dependent)
625 uint32_t cdw11, uint32_t cdw12,
H A Dnvme_internal.h627 uint32_t cdw11, uint32_t *attributes);
632 uint32_t cdw11, uint32_t cdw12,
H A Dnvme_ctrlr.c1173 uint32_t cdw11,
1180 ret = nvme_admin_get_feature(ctrlr, sel, feature, cdw11, attributes);
1195 uint32_t cdw11, uint32_t cdw12,
1203 cdw11, cdw12, attributes);
1171 nvme_ctrlr_get_feature(struct nvme_ctrlr *ctrlr, enum nvme_feat_sel sel, enum nvme_feat feature, uint32_t cdw11, uint32_t *attributes) argument
1193 nvme_ctrlr_set_feature(struct nvme_ctrlr *ctrlr, bool save, enum nvme_feat feature, uint32_t cdw11, uint32_t cdw12, uint32_t *attributes) argument
H A Dnvme_qpair.c181 nvme_info("%s (%02x) sqid:%d cid:%d nsid:%x cdw10:%08x cdw11:%08x\n",
184 cmd->nsid, cmd->cdw10, cmd->cdw11);
201 ((unsigned long long)cmd->cdw11 << 32) + cmd->cdw10,
H A Dnvme_ns.c567 cmd->cdw11 = NVME_DSM_ATTR_DEALLOCATE;
H A Dnvme_spec.h527 uint32_t cdw11; /* command-specific */ member in struct:nvme_cmd

Completed in 114 milliseconds