Searched refs:nvme_rw_command (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/nvme/target/ |
H A D | io-cmd-bdev.c | 145 req->error_loc = offsetof(struct nvme_rw_command, length); in blk_to_nvme_status() 149 req->error_loc = offsetof(struct nvme_rw_command, slba); in blk_to_nvme_status() 157 req->error_loc = offsetof(struct nvme_rw_command, nsid); in blk_to_nvme_status()
|
H A D | zns.c | 550 req->error_loc = offsetof(struct nvme_rw_command, length); in nvmet_bdev_execute_zone_append() 561 req->error_loc = offsetof(struct nvme_rw_command, slba); in nvmet_bdev_execute_zone_append() 567 req->error_loc = offsetof(struct nvme_rw_command, slba); in nvmet_bdev_execute_zone_append()
|
H A D | core.c | 58 req->error_loc = offsetof(struct nvme_rw_command, length); in errno_to_nvme_status() 61 req->error_loc = offsetof(struct nvme_rw_command, slba); in errno_to_nvme_status() 67 req->error_loc = offsetof(struct nvme_rw_command, nsid); in errno_to_nvme_status()
|
/linux/include/linux/ |
H A D | nvme.h | 1089 struct nvme_rw_command { struct 1979 struct nvme_rw_command rw; 1090 opcodenvme_rw_command global() argument 1091 flagsnvme_rw_command global() argument 1092 command_idnvme_rw_command global() argument 1093 nsidnvme_rw_command global() argument 1094 cdw2nvme_rw_command global() argument 1095 cdw3nvme_rw_command global() argument 1096 metadatanvme_rw_command global() argument 1097 dptrnvme_rw_command global() argument 1098 slbanvme_rw_command global() argument 1099 lengthnvme_rw_command global() argument 1100 controlnvme_rw_command global() argument 1101 dsmgmtnvme_rw_command global() argument 1102 reftagnvme_rw_command global() argument 1103 lbatnvme_rw_command global() argument 1104 lbatmnvme_rw_command global() argument
|
/linux/drivers/nvme/host/ |
H A D | apple.c | 395 struct nvme_rw_command *cmnd) in apple_nvme_setup_prps() 489 struct nvme_rw_command *cmnd, in apple_nvme_setup_prp_simple()
|
H A D | core.c | 5323 BUILD_BUG_ON(sizeof(struct nvme_rw_command) != 64); in _nvme_check_size()
|