Searched refs:tx_memcpy_offload (Results 1 – 1 of 1) sorted by relevance
106 static bool tx_memcpy_offload; variable107 module_param(tx_memcpy_offload, bool, 0644);108 MODULE_PARM_DESC(tx_memcpy_offload, "Offload TX memcpy_toio() to a kernel thread");304 return tx_memcpy_offload && qp && qp->tx_offload_thread; in ntb_tx_offload_enabled()2058 if (tx_memcpy_offload) { in ntb_transport_create_queue()