Searched refs:rx_dma_head (Results 1 – 2 of 2) sorted by relevance
71 hal->rx_dma_head = &hal->rx_dummy_head; in spi_slave_hd_hal_init()279 …if ((uint32_t)&hal->rx_dma_head->desc == spi_dma_ll_get_in_suc_eof_desc_addr(hal->dma_in, hal->rx_… in spi_slave_hd_hal_get_rx_finished_trans()283 hal->rx_dma_head = (spi_slave_hd_hal_desc_append_t *)STAILQ_NEXT(&hal->rx_dma_head->desc, qe); in spi_slave_hd_hal_get_rx_finished_trans()284 *out_trans = hal->rx_dma_head->arg; in spi_slave_hd_hal_get_rx_finished_trans()285 *out_len = hal->rx_dma_head->desc.length; in spi_slave_hd_hal_get_rx_finished_trans()
103 …spi_slave_hd_hal_desc_append_t *rx_dma_head; ///< Head of the linked RX DMA descriptors… member