Searched refs:rx_next_buf (Results 1 – 3 of 3) sorted by relevance
92 uint8_t *rx_next_buf; member569 data->async.rx_buf = data->async.rx_next_buf; in uart_esp32_dma_rx_done()571 data->async.rx_next_buf = NULL; in uart_esp32_dma_rx_done()843 data->async.rx_next_buf = buf; in uart_esp32_async_rx_buf_rsp()897 evt.data.rx_buf.buf = data->async.rx_next_buf; in uart_esp32_async_rx_disable()903 data->async.rx_next_buf = NULL; in uart_esp32_async_rx_disable()
115 uint8_t *rx_next_buf; member903 data->async->rx_next_buf = NULL; in uarte_nrfx_rx_enable()955 } else if (data->async->rx_next_buf == NULL) { in uarte_nrfx_rx_buf_rsp()956 data->async->rx_next_buf = buf; in uarte_nrfx_rx_buf_rsp()994 if (data->async->rx_next_buf != NULL) { in uarte_nrfx_rx_disable()1198 if (data->async->rx_next_buf) { in endrx_isr()1199 data->async->rx_buf = data->async->rx_next_buf; in endrx_isr()1201 data->async->rx_next_buf = NULL; in endrx_isr()1327 rx_buf_release(dev, &data->async->rx_next_buf); in rxto_isr()
85 uint8_t *rx_next_buf; member269 dev_data->rx_buf = dev_data->rx_next_buf; in uart_sam0_dma_rx_done()271 dev_data->rx_next_buf = NULL; in uart_sam0_dma_rx_done()1103 dev_data->rx_next_buf = buf; in uart_sam0_rx_buf_rsp()1159 .buf = dev_data->rx_next_buf, in uart_sam0_rx_disable()1163 dev_data->rx_next_buf = NULL; in uart_sam0_rx_disable()