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

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

Completed in 83 milliseconds