Searched refs:nvme_command (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/nvme/host/ |
D | nvme.h | 119 int nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd, 121 int __nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd,
|
D | pci.c | 53 #define SQ_SIZE(depth) (depth * sizeof(struct nvme_command)) 114 struct nvme_command *sq_cmds; 115 struct nvme_command __iomem *sq_cmds_io; 144 BUILD_BUG_ON(sizeof(struct nvme_command) != 64); in _nvme_check_size() 393 struct nvme_command *cmd) in __nvme_submit_cmd() 408 static void nvme_submit_cmd(struct nvme_queue *nvmeq, struct nvme_command *cmd) in nvme_submit_cmd() 733 struct nvme_command cmnd; in nvme_submit_priv() 755 struct nvme_command cmnd; in nvme_submit_discard() 775 struct nvme_command cmnd; in nvme_submit_flush() 789 struct nvme_command cmnd; in nvme_submit_iod() [all …]
|
D | lightnvm.c | 290 ret = nvme_submit_sync_cmd(dev->admin_q, (struct nvme_command *)&c, in nvme_nvm_identity() 336 (struct nvme_command *)&c, entries, len); in nvme_nvm_get_l2p_tbl() 378 ret = nvme_submit_sync_cmd(dev->admin_q, (struct nvme_command *)&c, in nvme_nvm_get_bb_tbl() 432 ret = nvme_submit_sync_cmd(dev->admin_q, (struct nvme_command *)&c, in nvme_nvm_set_bb_tbl() 517 return nvme_submit_sync_cmd(q, (struct nvme_command *)&c, NULL, 0); in nvme_nvm_erase_block()
|
D | scsi.c | 1267 struct nvme_command c; in nvme_trans_send_activate_fw_cmd() 1284 struct nvme_command c; in nvme_trans_send_download_fw_cmd() 1579 struct nvme_command c; in nvme_trans_fmt_send_cmd() 1658 struct nvme_command c; in nvme_trans_do_nvme_io() 2205 struct nvme_command c; in nvme_trans_synchronize_cache() 2379 struct nvme_command c; in nvme_trans_unmap()
|
/linux-4.4.14/include/linux/ |
D | nvme.h | 520 struct nvme_command { struct
|