Searched refs:nvme_nvm_command (Results 1 – 1 of 1) sorted by relevance
111 struct nvme_nvm_command { struct449 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()[all …]