Lines Matching refs:cdw10
28 static u32 nvmet_feat_data_len(struct nvmet_req *req, u32 cdw10)
30 switch (cdw10 & 0xff) {
760 u32 cdw10 = le32_to_cpu(req->cmd->common.cdw10);
769 switch (cdw10 & 0xff) {
793 req->error_loc = offsetof(struct nvme_common_command, cdw10);
835 u32 cdw10 = le32_to_cpu(req->cmd->common.cdw10);
838 if (!nvmet_check_transfer_len(req, nvmet_feat_data_len(req, cdw10)))
841 switch (cdw10 & 0xff) {
893 offsetof(struct nvme_common_command, cdw10);