Searched refs:sq_cmds (Results 1 – 1 of 1) sorted by relevance
103 struct nvme_command *sq_cmds; member379 memcpy(&nvmeq->sq_cmds[tail], cmd, sizeof(*cmd)); in __nvme_submit_cmd()725 struct nvme_command *cmnd = &nvmeq->sq_cmds[nvmeq->sq_tail]; in nvme_submit_discard()747 struct nvme_command *cmnd = &nvmeq->sq_cmds[nvmeq->sq_tail]; in nvme_submit_flush()775 cmnd = &nvmeq->sq_cmds[nvmeq->sq_tail]; in nvme_submit_iod()1313 nvmeq->sq_cmds, nvmeq->sq_dma_addr); in nvme_free_queue()1400 nvmeq->sq_cmds = dma_alloc_coherent(dmadev, SQ_SIZE(depth), in nvme_alloc_queue()1402 if (!nvmeq->sq_cmds) in nvme_alloc_queue()