Lines Matching defs:words_in_flight
236 int words_in_flight;
374 for (i = 0; i < dspi->words_in_flight; i++)
388 for (i = 0; i < dspi->words_in_flight; i++)
393 dspi->words_in_flight *
411 dspi->words_in_flight *
475 dspi->words_in_flight = dspi->len / dspi->oper_word_size;
476 if (dspi->words_in_flight > dspi->devtype_data->fifo_size)
477 dspi->words_in_flight = dspi->devtype_data->fifo_size;
479 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