Searched refs:words_to_read (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/char/xilinx_hwicap/
H A Dfifo_icap.c297 u32 words_to_read; fifo_icap_get_configuration() local
310 words_to_read = remaining_words; fifo_icap_get_configuration()
313 if (words_to_read > XHI_MAX_READ_TRANSACTION_WORDS) fifo_icap_get_configuration()
314 words_to_read = XHI_MAX_READ_TRANSACTION_WORDS; fifo_icap_get_configuration()
316 remaining_words -= words_to_read; fifo_icap_get_configuration()
318 fifo_icap_set_read_size(drvdata, words_to_read); fifo_icap_get_configuration()
321 while (words_to_read > 0) { fifo_icap_get_configuration()
331 if (read_fifo_occupancy > words_to_read) fifo_icap_get_configuration()
332 read_fifo_occupancy = words_to_read; fifo_icap_get_configuration()
334 words_to_read -= read_fifo_occupancy; fifo_icap_get_configuration()
H A Dbuffer_icap.c339 u32 words_to_read = buffer_icap_get_configuration() local
348 words_to_read); buffer_icap_get_configuration()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x550.c542 u16 words_to_read; ixgbe_read_ee_hostif_buffer_X550() local
555 words_to_read = FW_MAX_READ_BUFFER_SIZE / 2; ixgbe_read_ee_hostif_buffer_X550()
557 words_to_read = words; ixgbe_read_ee_hostif_buffer_X550()
566 buffer.length = cpu_to_be16(words_to_read * 2); ixgbe_read_ee_hostif_buffer_X550()
577 for (i = 0; i < words_to_read; i++) { ixgbe_read_ee_hostif_buffer_X550()
585 if (i < words_to_read) { ixgbe_read_ee_hostif_buffer_X550()
591 words -= words_to_read; ixgbe_read_ee_hostif_buffer_X550()

Completed in 189 milliseconds