Home
last modified time | relevance | path

Searched refs:f2_count (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/crypto/nx/
Dnx-842.c216 unsigned char f2_count; member
1463 if (!fifo->f2_full && (ptr >= fifo->f2_count)) in sw842_ptr2()
1472 unsigned char initial_f2count = fifo->f2_count; in sw842_copy_to_fifo()
1483 memcpy(fifo->f2[fifo->f2_count++], buf, 2); in sw842_copy_to_fifo()
1484 memcpy(fifo->f2[fifo->f2_count++], buf + 2, 2); in sw842_copy_to_fifo()
1485 memcpy(fifo->f2[fifo->f2_count++], buf + 4, 2); in sw842_copy_to_fifo()
1486 memcpy(fifo->f2[fifo->f2_count++], buf + 6, 2); in sw842_copy_to_fifo()
1487 if (fifo->f2_count < initial_f2count) in sw842_copy_to_fifo()