Lines Matching refs:packets_to_send
99 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()
495 } else if (dt->packets_to_send != dt->packets_sent || in dma_test_check_errors()
532 dev_dbg(&svc->dev, "packets_to_send: %u\n", dt->packets_to_send); in test_store()
565 if (dt->packets_to_send) { in test_store()
566 ret = dma_test_submit_tx(dt, dt->packets_to_send); in test_store()