Home
last modified time | relevance | path

Searched refs:hisi_dma_sqe (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/dma/
Dhisi_dma.c56 struct hisi_dma_sqe { struct
85 struct hisi_dma_sqe sqe; argument
91 struct hisi_dma_sqe *sq;
224 memset(chan->sq, 0, sizeof(struct hisi_dma_sqe) * hdma_dev->chan_depth); in hisi_dma_free_chan_resources()
263 struct hisi_dma_sqe *sqe = chan->sq + chan->sq_tail; in hisi_dma_start_transfer()
278 memcpy(sqe, &desc->sqe, sizeof(struct hisi_dma_sqe)); in hisi_dma_start_transfer()
341 size_t sq_size = sizeof(struct hisi_dma_sqe) * hdma_dev->chan_depth; in hisi_dma_alloc_qps_mem()