Searched refs:sq_cmds (Results 1 – 1 of 1) sorted by relevance
160 struct nvme_command *sq_cmds; member454 memcpy(&nvmeq->sq_cmds[nvmeq->sq_tail], cmd, sizeof(*cmd)); in nvme_submit_cmd()1235 if (nvmeq->sq_cmds) in nvme_free_queue()1237 nvmeq->sq_cmds, nvmeq->sq_dma_addr); in nvme_free_queue()1330 nvmeq->sq_cmds = dma_alloc_coherent(dev->dev, SQ_SIZE(depth), in nvme_alloc_sq_cmds()1332 if (!nvmeq->sq_cmds) in nvme_alloc_sq_cmds()