Searched refs:tx_dma_head (Results 1 – 2 of 2) sorted by relevance
69 hal->tx_dma_head = &hal->tx_dummy_head; in spi_slave_hd_hal_init()266 …if ((uint32_t)&hal->tx_dma_head->desc == spi_dma_ll_get_out_eof_desc_addr(hal->dma_out, hal->tx_dm… in spi_slave_hd_hal_get_tx_finished_trans()270 hal->tx_dma_head = (spi_slave_hd_hal_desc_append_t *)STAILQ_NEXT(&hal->tx_dma_head->desc, qe); in spi_slave_hd_hal_get_tx_finished_trans()271 *out_trans = hal->tx_dma_head->arg; in spi_slave_hd_hal_get_tx_finished_trans()
97 …spi_slave_hd_hal_desc_append_t *tx_dma_head; ///< Head of the linked TX DMA descriptors… member