Home
last modified time | relevance | path

Searched refs:nvme_command (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dnvme.h162 struct nvme_command *, u32 *);
164 int nvme_submit_admin_cmd(struct nvme_dev *, struct nvme_command *,
/linux-4.1.27/drivers/block/
Dnvme-core.c48 #define SQ_SIZE(depth) (depth * sizeof(struct nvme_command))
103 struct nvme_command *sq_cmds;
132 BUILD_BUG_ON(sizeof(struct nvme_command) != 64); in _nvme_check_size()
375 static int __nvme_submit_cmd(struct nvme_queue *nvmeq, struct nvme_command *cmd) in __nvme_submit_cmd()
388 static int nvme_submit_cmd(struct nvme_queue *nvmeq, struct nvme_command *cmd) in nvme_submit_cmd()
725 struct nvme_command *cmnd = &nvmeq->sq_cmds[nvmeq->sq_tail]; in nvme_submit_discard()
747 struct nvme_command *cmnd = &nvmeq->sq_cmds[nvmeq->sq_tail]; in nvme_submit_flush()
763 struct nvme_command *cmnd; in nvme_submit_iod()
997 static int nvme_submit_sync_cmd(struct request *req, struct nvme_command *cmd, in nvme_submit_sync_cmd()
1023 struct nvme_command c; in nvme_submit_async_admin_req()
[all …]
Dnvme-scsi.c1028 struct nvme_command c; in nvme_trans_log_info_exceptions()
1095 struct nvme_command c; in nvme_trans_log_temperature()
1576 struct nvme_command c; in nvme_trans_send_fw_cmd()
1929 struct nvme_command c; in nvme_trans_fmt_send_cmd()
2078 struct nvme_command c; in nvme_trans_do_nvme_io()
2675 struct nvme_command c; in nvme_trans_start_stop()
2723 struct nvme_command c; in nvme_trans_synchronize_cache()
2896 struct nvme_command c; in nvme_trans_unmap()
/linux-4.1.27/include/uapi/linux/
Dnvme.h460 struct nvme_command { struct