Lines Matching refs:cdw10
28 static u32 nvmet_feat_data_len(struct nvmet_req *req, u32 cdw10)
30 switch (cdw10 & 0xff) {
822 u32 cdw10 = le32_to_cpu(req->cmd->common.cdw10);
831 switch (cdw10 & 0xff) {
855 req->error_loc = offsetof(struct nvme_common_command, cdw10);
896 u32 cdw10 = le32_to_cpu(req->cmd->common.cdw10);
899 if (!nvmet_check_transfer_len(req, nvmet_feat_data_len(req, cdw10)))
902 switch (cdw10 & 0xff) {
954 offsetof(struct nvme_common_command, cdw10);