Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/
Dhisi_dma.c112 struct hisi_dma_sqe { struct
141 struct hisi_dma_sqe sqe; argument
147 struct hisi_dma_sqe *sq;
469 memset(chan->sq, 0, sizeof(struct hisi_dma_sqe) * hdma_dev->chan_depth); in hisi_dma_free_chan_resources()
508 struct hisi_dma_sqe *sqe = chan->sq + chan->sq_tail; in hisi_dma_start_transfer()
522 memcpy(sqe, &desc->sqe, sizeof(struct hisi_dma_sqe)); in hisi_dma_start_transfer()
585 size_t sq_size = sizeof(struct hisi_dma_sqe) * hdma_dev->chan_depth; in hisi_dma_alloc_qps_mem()