Searched refs:vec_read_ctxt (Results 1 – 1 of 1) sorted by relevance
158 static io_vec_cntxt_t vec_read_ctxt[SEDI_UART_NUM]; variable317 const sedi_uart_io_vec_xfer_t *const vec_xfer = vec_read_ctxt[uart].vec; in io_vec_read_callback()323 current_count = ++vec_read_ctxt[uart].curr_count; in io_vec_read_callback()332 vec_read_ctxt[uart].active = false; in io_vec_read_callback()339 vec_read_ctxt[uart].xfer.data = vec_xfer->vec[current_count].base; in io_vec_read_callback()340 vec_read_ctxt[uart].xfer.data_len = vec_xfer->vec[current_count].len; in io_vec_read_callback()342 uart_read_transfer[uart] = &vec_read_ctxt[uart].xfer; in io_vec_read_callback()538 if (vec_read_ctxt[uart].active == false) { in sedi_uart_isr_handler()1806 vec_read_ctxt[uart].vec = vec_xfer; in sedi_uart_read_vec_async()1808 vec_read_ctxt[uart].curr_count = 0; in sedi_uart_read_vec_async()[all …]