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

/linux-master/drivers/thunderbolt/
H A Ddma_test.c78 * @packets_to_receive: Number of packets to receive
100 unsigned int packets_to_receive; member in struct:dma_test
148 if (dt->packets_to_send && dt->packets_to_receive)
169 if (dt->packets_to_receive) {
248 dt->packets_to_receive);
257 if (dt->packets_received == dt->packets_to_receive)
433 *val = dt->packets_to_receive;
443 dt->packets_to_receive = val;
445 DMA_TEST_DEBUGFS_ATTR(packets_to_receive, packets_to_receive_get,
480 if (!dt->packets_to_send && !dt->packets_to_receive)
[all...]

Completed in 104 milliseconds