Lines Matching refs:nvme_nvm_command
111 struct nvme_nvm_command { struct
449 struct nvme_nvm_command c = {}; in nvme_nvm_identity()
496 struct nvme_nvm_command c = {}; in nvme_nvm_get_bb_tbl()
549 struct nvme_nvm_command c = {}; in nvme_nvm_set_bb_tbl()
629 struct nvme_nvm_command *c) in nvme_nvm_rqtocmd()
653 struct nvme_nvm_command *cmd) in nvme_nvm_alloc_request()
677 struct nvme_nvm_command *cmd; in nvme_nvm_submit_io()
680 cmd = kzalloc(sizeof(struct nvme_nvm_command), GFP_KERNEL); in nvme_nvm_submit_io()
701 struct nvme_nvm_command cmd; in nvme_nvm_submit_io_sync()
704 memset(&cmd, 0, sizeof(struct nvme_nvm_command)); in nvme_nvm_submit_io_sync()
770 struct nvme_nvm_command *vcmd, in nvme_nvm_submit_user_cmd()
875 struct nvme_nvm_command c; in nvme_nvm_submit_vio()
909 struct nvme_nvm_command c; in nvme_nvm_user_vcmd()
939 (struct nvme_nvm_command *)&c, in nvme_nvm_user_vcmd()