Searched refs:tx_cur_desc (Results 1 – 2 of 2) sorted by relevance
67 hal->tx_cur_desc = hal->dmadesc_tx; in spi_slave_hd_hal_init()332 spi_slave_hd_hal_link_append_desc(hal->tx_cur_desc, data, len, false, arg); in spi_slave_hd_hal_txdma_append()337 hal->tx_dma_tail = hal->tx_cur_desc; in spi_slave_hd_hal_txdma_append()342 spi_dma_ll_tx_start(hal->dma_out, hal->tx_dma_chan, &hal->tx_cur_desc->desc); in spi_slave_hd_hal_txdma_append()345 STAILQ_NEXT(&hal->tx_dma_tail->desc, qe) = &hal->tx_cur_desc->desc; in spi_slave_hd_hal_txdma_append()346 hal->tx_dma_tail = hal->tx_cur_desc; in spi_slave_hd_hal_txdma_append()353 hal->tx_cur_desc++; in spi_slave_hd_hal_txdma_append()354 if (hal->tx_cur_desc == hal->dmadesc_tx + hal->dma_desc_num) { in spi_slave_hd_hal_txdma_append()355 hal->tx_cur_desc = hal->dmadesc_tx; in spi_slave_hd_hal_txdma_append()
96 …spi_slave_hd_hal_desc_append_t *tx_cur_desc; ///< Current TX DMA descriptor that could … member