Searched refs:sq_cmds (Results 1 – 1 of 1) sorted by relevance
114 struct nvme_command *sq_cmds; member400 memcpy(&nvmeq->sq_cmds[tail], cmd, sizeof(*cmd)); in __nvme_submit_cmd()1396 if (nvmeq->sq_cmds) in nvme_free_queue()1398 nvmeq->sq_cmds, nvmeq->sq_dma_addr); in nvme_free_queue()1502 nvmeq->sq_cmds = dma_alloc_coherent(dev->dev, SQ_SIZE(depth), in nvme_alloc_sq_cmds()1504 if (!nvmeq->sq_cmds) in nvme_alloc_sq_cmds()