Searched refs:hisi_dma_sqe (Results 1 – 1 of 1) sorted by relevance
56 struct hisi_dma_sqe { struct85 struct hisi_dma_sqe sqe; argument91 struct hisi_dma_sqe *sq;233 memset(chan->sq, 0, sizeof(struct hisi_dma_sqe) * hdma_dev->chan_depth); in hisi_dma_free_chan_resources()272 struct hisi_dma_sqe *sqe = chan->sq + chan->sq_tail; in hisi_dma_start_transfer()286 memcpy(sqe, &desc->sqe, sizeof(struct hisi_dma_sqe)); in hisi_dma_start_transfer()349 size_t sq_size = sizeof(struct hisi_dma_sqe) * hdma_dev->chan_depth; in hisi_dma_alloc_qps_mem()