Searched refs:sq_cmds (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/fungible/funcore/ |
| H A D | fun_queue.c | 356 funq->sq_cmds = fun_alloc_ring_mem(funq->fdev->dev, funq->sq_depth, in fun_alloc_sqes() 361 return funq->sq_cmds ? 0 : -ENOMEM; in fun_alloc_sqes() 391 fun_sq_is_head_wb(funq), funq->sq_cmds, in fun_free_queue()
|
| /linux/drivers/nvme/host/ |
| H A D | pci.c | 225 void *sq_cmds; member 589 memcpy(nvmeq->sq_cmds + (nvmeq->sq_tail << nvmeq->sqes), in nvme_sq_copy_cmd() 1841 if (!nvmeq->sq_cmds) in nvme_free_queue() 1846 nvmeq->sq_cmds, SQ_SIZE(nvmeq)); in nvme_free_queue() 1849 nvmeq->sq_cmds, nvmeq->sq_dma_addr); in nvme_free_queue() 1936 nvmeq->sq_cmds = pci_alloc_p2pmem(pdev, SQ_SIZE(nvmeq)); in nvme_alloc_sq_cmds() 1937 if (nvmeq->sq_cmds) { in nvme_alloc_sq_cmds() 1939 nvmeq->sq_cmds); in nvme_alloc_sq_cmds() 1945 pci_free_p2pmem(pdev, nvmeq->sq_cmds, SQ_SIZE(nvmeq)); in nvme_alloc_sq_cmds() 1949 nvmeq->sq_cmds = dma_alloc_coherent(dev->dev, SQ_SIZE(nvmeq), in nvme_alloc_sq_cmds() [all …]
|