Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A 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()
450 *val = dt->packets_to_send; in packets_to_send_get()
460 dt->packets_to_send = val; in packets_to_send_set()
462 DMA_TEST_DEBUGFS_ATTR(packets_to_send, packets_to_send_get,
480 if (!dt->packets_to_send && !dt->packets_to_receive) in dma_test_validate_config()
482 if (dt->packets_to_send && dt->packets_to_receive && in dma_test_validate_config()
483 dt->packets_to_send != dt->packets_to_receive) in dma_test_validate_config()
[all …]