Lines Matching defs:words_in_flight
235 int words_in_flight;
373 for (i = 0; i < dspi->words_in_flight; i++)
387 for (i = 0; i < dspi->words_in_flight; i++)
392 dspi->words_in_flight *
410 dspi->words_in_flight *
474 dspi->words_in_flight = dspi->len / dspi->oper_word_size;
475 if (dspi->words_in_flight > dspi->devtype_data->fifo_size)
476 dspi->words_in_flight = dspi->devtype_data->fifo_size;
478 message->actual_length += dspi->words_in_flight *
741 int num_fifo_entries = dspi->words_in_flight;
839 dspi->words_in_flight = num_words;
846 * interrupt, so we must never use dspi->words_in_flight again since it