Home
last modified time | relevance | path

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

/dpdk/drivers/raw/ioat/
H A Dioat_rawdev_test.c277 char pat_byte = ((char *)&pattern)[j % 8]; in test_enqueue_fill() local
278 if (dst_data[j] != pat_byte) { in test_enqueue_fill()
280 lengths[i], dst_data[j], pat_byte); in test_enqueue_fill()
/dpdk/app/test/
H A Dtest_dmadev.c657 char pat_byte = ((char *)&pattern)[j % 8]; in test_enqueue_fill() local
658 if (dst_data[j] != pat_byte) in test_enqueue_fill()
660 lengths[i], dst_data[j], pat_byte); in test_enqueue_fill()