Lines Matching refs:cmd
187 struct nvme_command *cmd; member
835 static inline enum req_op nvme_req_op(struct nvme_command *cmd) in nvme_req_op() argument
837 return nvme_is_write(cmd) ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN; in nvme_req_op()
841 void nvme_init_request(struct request *req, struct nvme_command *cmd);
878 int nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd,
880 int __nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd,
904 unsigned int cmd, unsigned long arg);
905 long nvme_ns_chr_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
907 unsigned int cmd, unsigned long arg);
908 long nvme_ns_head_chr_ioctl(struct file *file, unsigned int cmd,
910 long nvme_dev_ioctl(struct file *file, unsigned int cmd,
1142 struct nvme_command *cmd, int status);