Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nvme/host/
Dlightnvm.c136 struct nvme_nvm_command { struct
279 struct nvme_nvm_command c = {}; in nvme_nvm_identity()
316 struct nvme_nvm_command c = {}; in nvme_nvm_get_l2p_tbl()
365 struct nvme_nvm_command c = {}; in nvme_nvm_get_bb_tbl()
423 struct nvme_nvm_command c = {}; in nvme_nvm_set_bb_tbl()
440 struct nvme_ns *ns, struct nvme_nvm_command *c) in nvme_nvm_rqtocmd()
472 struct nvme_nvm_command *cmd; in nvme_nvm_submit_io()
478 cmd = kzalloc(sizeof(struct nvme_nvm_command), GFP_KERNEL); in nvme_nvm_submit_io()
496 rq->cmd_len = sizeof(struct nvme_nvm_command); in nvme_nvm_submit_io()
510 struct nvme_nvm_command c = {}; in nvme_nvm_erase_block()