Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thunderbolt/
Ddma_test.c99 unsigned int packets_to_send; member
148 if (dt->packets_to_send && dt->packets_to_receive) in dma_test_start_rings()
151 if (dt->packets_to_send) { in dma_test_start_rings()
350 dt->packets_to_send); in dma_test_submit_tx()
449 *val = dt->packets_to_send; in packets_to_send_get()
459 dt->packets_to_send = val; in packets_to_send_set()
461 DMA_TEST_DEBUGFS_ATTR(packets_to_send, packets_to_send_get,
479 if (!dt->packets_to_send && !dt->packets_to_receive) in dma_test_validate_config()
481 if (dt->packets_to_send && dt->packets_to_receive && in dma_test_validate_config()
482 dt->packets_to_send != dt->packets_to_receive) in dma_test_validate_config()
[all …]