Searched refs:nvme_common_command (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/nvme/target/
H A Ddiscovery.c322 offsetof(struct nvme_common_command, cdw10);
347 offsetof(struct nvme_common_command, cdw10);
363 offsetof(struct nvme_common_command, opcode);
388 req->error_loc = offsetof(struct nvme_common_command, opcode);
H A Dcore.c63 req->error_loc = offsetof(struct nvme_common_command, opcode);
78 req->error_loc = offsetof(struct nvme_common_command, opcode);
88 req->error_loc = offsetof(struct nvme_common_command, opcode);
99 req->error_loc = offsetof(struct nvme_common_command, dptr);
108 req->error_loc = offsetof(struct nvme_common_command, dptr);
117 req->error_loc = offsetof(struct nvme_common_command, dptr);
443 req->error_loc = offsetof(struct nvme_common_command, nsid);
910 req->error_loc = offsetof(struct nvme_common_command, nsid);
915 req->error_loc = offsetof(struct nvme_common_command, nsid);
956 req->error_loc = offsetof(struct nvme_common_command, flag
[all...]
H A Dio-cmd-bdev.c146 req->error_loc = offsetof(struct nvme_common_command, opcode);
163 req->error_loc = offsetof(struct nvme_common_command, opcode);
H A Dadmin-cmd.c809 req->error_loc = offsetof(struct nvme_common_command, cdw11);
855 req->error_loc = offsetof(struct nvme_common_command, cdw10);
941 offsetof(struct nvme_common_command, cdw11);
954 offsetof(struct nvme_common_command, cdw10);
H A Dfabrics-cmd.c357 req->error_loc = offsetof(struct nvme_common_command, opcode);
H A Drdma.c862 offsetof(struct nvme_common_command, opcode);
929 offsetof(struct nvme_common_command, dptr);
941 offsetof(struct nvme_common_command, dptr);
946 rsp->req.error_loc = offsetof(struct nvme_common_command, dptr);
H A Dfc.c2154 struct nvme_common_command *sqe = &fod->cmdiubuf.sqe.common;
2460 struct nvme_common_command *sqe = &fod->cmdiubuf.sqe.common;
/linux-master/include/linux/
H A Dnvme.h944 struct nvme_common_command { struct
1787 struct nvme_common_command common;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_nvme.c1214 struct nvme_common_command *sqe;
1541 struct nvme_common_command *sqe;
/linux-master/drivers/nvme/host/
H A Dcore.c4850 BUILD_BUG_ON(sizeof(struct nvme_common_command) != 64);

Completed in 231 milliseconds