Lines Matching defs:use_dma
58 * root@self# insmod ntb_perf.ko chunk_order=19 total_order=28 use_dma
121 static bool use_dma; /* default to 0 */
122 module_param(use_dma, bool, 0644);
123 MODULE_PARM_DESC(use_dma, "Use DMA engine to measure performance");
797 if (!use_dma) {
884 if (!use_dma)
970 if (!use_dma)
999 if (!use_dma)
1027 * Perform stages in compliance with use_dma flag value.
1377 debugfs_create_bool("use_dma", 0500, perf->dbgfs_dir, &use_dma);